Npgsql Api Docs

NpgsqlDataReader.GetFieldType�Method�

Return the data type of the column at index .

[Visual�Basic]
Overrides�Public�Function�GetFieldType( _
���ByVal Index�As�Integer�_
)�As�Type�_
����Implements�IDataRecord.GetFieldType
[C#]
public�override�Type�GetFieldType(
���intIndex
);

Implements

IDataRecord.GetFieldType

See Also

NpgsqlDataReader Class | Npgsql Namespace