Click or drag to resize

MergeTables Methods

The MergeTables type exposes the following members.

Methods
 NameDescription
Public Extension MethodAddDataColumnsWithPropertiesFrom Adds to the destination table selected columns from another table. Additionally, the properties of those columns will be added to the destination table.
Public methodStatic memberGetFractionalIndex(DataColumn, DataColumn) Gets the fractional index for merging of two tables.
Public methodStatic memberGetFractionalIndex(DateTimeColumn, DateTimeColumn) Gets the fractional index for merging of two tables.
Public methodStatic memberGetFractionalIndex(INumericColumn, INumericColumn) Gets the fractional index for merging of two tables.
Public Extension MethodMergeTable(DataTable, DoubleColumn, DataTable, IAscendingIntegerCollection) Merges two tables by fractional index.
Public Extension MethodMergeTable(DataTable, DataColumn, DataTable, DataColumn, IAscendingIntegerCollection, Boolean) Merges two tables by corresponding x-columns.
Public Extension MethodSetColumnFromFractionalIndex Fills destination column with values from an original column by help of a fractional index.
Top
See Also