[]
Gets the column data type at the specified position.
public Type GetDataColumnType(int column)
Public Function GetDataColumnType(column As Integer) As Type
Type | Name | Description |
---|---|---|
int | column | Column index for which type is requested |
Type | Description |
---|---|
Type |
Type | Condition |
---|---|
IndexOutOfRangeException | Specified index is out of range; must be between 0 and the total number of columns |