NpgsqlDataReader.GetDataTypeName Method
[This is preliminary documentation and subject to change.]
Return the data type name of the column at index .
[Visual Basic]
NotOverridable Public Function GetDataTypeName( _
ByVal
Index As
Integer _
) As
String Implements _
IDataRecord.GetDataTypeName
[C#]
public
string GetDataTypeName(
int Index);
Implements
IDataRecord.GetDataTypeName
See Also
NpgsqlDataReader Class | Npgsql Namespace