Firebird ADO.NET Provider SDK Documentation - v1.7 |
|
FbDataReader.GetFieldType Method
Gets the Type that is the data type of the column.
[Visual Basic]
NotOverridable Public Function GetFieldType( _
ByVal
i As
Integer _
) As
Type _
[C#]
public
Type GetFieldType(
int i);
Parameters
-
i
- The zero-based column ordinal.
Return Value
The Type that is the data type of the object.
Implements
IDataRecord.GetFieldType
See Also
FbDataReader Class | FirebirdSql.Data.Firebird Namespace