Click or drag to resize

MergeTables Class

Actions that help to merge two tables.
Inheritance Hierarchy
SystemObject
  Altaxo.DataMergeTables

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static class MergeTables

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