Row |
The RowCommands type exposes the following members.
Name | Description | |
---|---|---|
ChangeRowsToPropertyColumns | Copies selected rows into newly created property columns and deletes the rows afterwards. | |
CopyRowToDataColumn | Copies a specified row of the DataColumnCollection into another column. | |
CopyRowToRow | Copies one row of a DataColumnCollection to another row in the same or in another DataColumnCollection. The columns in the source collection are mapped to the columns in the destination collection by name; if a column does not exist in the destination collection, this column is added to the destination collection. | |
CopyRowToRowByColumnIndex | Copies one row of a DataColumnCollection to another row in the same or in another DataColumnCollection. The columns in the source collection are mapped to the columns in the destination collection by index (plus an optional offset). | |
CopyRowToRowByColumnName | Copies one row of a DataColumnCollection to another row in the same or in another DataColumnCollection. The columns in the source collection are mapped to the columns in the destination collection by name; if a column does not exist in the destination collection, this source column is silently ignored and therefore is not copied. | |
EnsureColumnsExistInDestinationCollection | Ensures that the selected columns in the source DataColumnCollection do also exist in the destination DataColumnCollection. | |
GetTypeOfColumnForRowReplacement | Returns the type of column which is most appropriate for replacement of a data row. |