NpgsqlDataReader.GetFieldType Method
Return the data type of the column at index .
[Visual Basic]
NotOverridable Public Function GetFieldType( _
ByVal
Index As
Integer _
) As
Type _
[C#]
public
Type GetFieldType(
int Index);
Parameters
-
Index
-
Missing <param> documentation for Index
Return Value
Missing <returns> documentation for M:Npgsql.NpgsqlDataReader.GetFieldType(System.Int32)
Implements
IDataRecord.GetFieldType
Remarks
Missing <remarks> documentation for M:Npgsql.NpgsqlDataReader.GetFieldType(System.Int32)
See Also
NpgsqlDataReader Class | Npgsql Namespace