Click or drag to resize

DataTableCopyDataAndPropertyColumnsFrom Method

Overload List
 NameDescription
Public methodCopyDataAndPropertyColumnsFrom(DataTable) Deletes all data and property columns in the table, and then copy all data and property columns from the source table.
Public methodCopyDataAndPropertyColumnsFrom(DataTable, Boolean, Boolean) Deletes all data and property columns in the table, and then copy all data and property columns, from the source table. As you can specify, this can be done with or without the data.
Top
See Also