Click or drag to resize

DataFrameToDataTable Method

Returns a data table containing all data in this data frame.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DataTable ToDataTable()

Return Value

DataTable
A data table.
Remarks
The row keys are placed in a DataColumn named DFRowKeys.
See Also