Npgsql Api Docs

NpgsqlDataReader.GetDataTypeOID�Method�

Return the data type OID of the column at index .

[Visual�Basic]
Public�Function�GetDataTypeOID( _
���ByVal Index�As�Integer�_
)�As�String
[C#]
public�string�GetDataTypeOID(
���intIndex
);

See Also

NpgsqlDataReader Class | Npgsql Namespace