Npgsql API Documentation

NpgsqlDataReader.GetFieldNpgsqlDbType Method 

[This is preliminary documentation and subject to change.]

Return the data NpgsqlDbType of the column at index .

[Visual Basic]
Public Function GetFieldNpgsqlDbType( _
   ByVal Index As Integer _
) As NpgsqlDbType
[C#]
public NpgsqlDbType GetFieldNpgsqlDbType(
   int Index
);

See Also

NpgsqlDataReader Class | Npgsql Namespace