Overload List
| Name | Description | |
|---|---|---|
| AddColumns(DataColumnCollection) |
Adds a collection of DataColumns to this data frame.
(Inherited from DataFrame.) | |
| AddColumns(DataFrame, Boolean) |
Adds all columns from another data frame to this data frame, optionally
copying the data in the columns.
(Inherited from DataFrame.) | |
| AddColumns(DataColumnCollection, DataRowCollection) |
Adds a collection of DataColumns and accompanying data to this data frame.
(Inherited from DataFrame.) |