System.Data.OleDb Namespace OleDbDataReader Class
Returns the name of the source data type.
[ VB ]
NotOverridable Public Function GetDataTypeName ( _
ByVal index As Integer _
) As String
[ C# ]
public string GetDataTypeName (
int index
);
[ C++ ]
public: __sealed String* GetDataTypeName (
int index
);
[ JScript ]
public function GetDataTypeName (
index : int
) : String
- index
- The zero-based column ordinal.
The name of the back-end data type.
OleDbDataReader Members