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(
int Index);
See Also
NpgsqlDataReader Class | Npgsql Namespace