GetFieldType method

Returns the Type that is the data type of the object.

Syntax
Visual Basic

Public Overrides Function GetFieldType( _
   ByVal index As Integer _
) As Type
C#

public override Type GetFieldType(
   int index
);
Parameters
  • index   The zero-based column ordinal.

Return value

The type that is the data type of the object.

See also