The MergeTables type exposes the following members.
Methods | Name | Description |
---|
| AddDataColumnsWithPropertiesFrom |
Adds to the destination table selected columns from another table. Additionally, the properties of those columns will be added to the destination table.
|
| GetFractionalIndex(DataColumn, DataColumn) |
Gets the fractional index for merging of two tables.
|
| GetFractionalIndex(DateTimeColumn, DateTimeColumn) |
Gets the fractional index for merging of two tables.
|
| GetFractionalIndex(INumericColumn, INumericColumn) |
Gets the fractional index for merging of two tables.
|
| MergeTable(DataTable, DoubleColumn, DataTable, IAscendingIntegerCollection) |
Merges two tables by fractional index.
|
| MergeTable(DataTable, DataColumn, DataTable, DataColumn, IAscendingIntegerCollection, Boolean) |
Merges two tables by corresponding x-columns.
|
| SetColumnFromFractionalIndex |
Fills destination column with values from an original column by help of a fractional index.
|
TopSee Also