GetFieldType(Int32) Method
Gets the
System.Type that is the data type of the object.
public override Type GetFieldType(
int
)
'Declaration
Public Overloads Overrides Function GetFieldType( _
ByVal As Integer _
) As Type
Parameters
- ordinal
- The zero-based column ordinal.
Return Value
The
System.Type that is the data type of the object.