GetFieldType Method (C1DataReader)
In This Topic
Gets the data type of the specified column.
Syntax
'Declaration
Public Overrides Function GetFieldType( _
ByVal As Integer _
) As Type
public override Type GetFieldType(
int
)
Parameters
- ordinal
- The zero-based column ordinal.
Return Value
The data type of the specified column.
See Also