Npgsql API Documentation

NpgsqlDataReader.GetFieldType Method 

[This is preliminary documentation and subject to change.]

Return the data type of the column at index .

[Visual Basic]
NotOverridable Public Function GetFieldType( _
   ByVal Index As Integer _
) As Type Implements _
   IDataRecord.GetFieldType
[C#]
public Type GetFieldType(
   int Index
);

Implements

IDataRecord.GetFieldType

See Also

NpgsqlDataReader Class | Npgsql Namespace