DataTableRangeColumnInfoByIndex (8.0)

Returns the name or data type of a data table range column. The data must be retrieved before calling this function.

Usage

@DataTableRangeColumnInfoByIndex(<Type>,<SQLPassthroughDataSetID>,<DataTableName>,<Index>)

Argument Name Description
DataTableName The name of the DataTable that contains the column.
Index The one-based index that identifies the column within the data table range.
SQLPassthroughDataSetID The ID of the SQLPassthroughDataSet that contains the data table.
Type The type of column information. Valid values are Name and DataType. When DataType is specified, the function returns the .NET equivalent of the database data type.