Returns the Type that is the data type of the object.
Visual Basic
Public Overrides Function GetFieldType( _
ByVal index As Integer _
) As Type
C#
public override Type GetFieldType(
int index
);
index The zero-based column ordinal.
The type that is the data type of the object.