Advanced.Data.Provider Documentation | |
AdpDataReader.GetFieldType Method
[This is preliminary documentation and subject to change.]
Gets the Type information corresponding to the type of Object that would be returned from GetValue.
[Visual Basic]NotOverridable Public Function GetFieldType( _
ByVal
i As
Integer _
) As
Type Implements _
IDataRecord.GetFieldType
[C#]public
Type GetFieldType(
int i);
Parameters
- i
- The index of the field to find.
Return Value
The Type information corresponding to the type of Object that would be returned from GetValue.
Implements
IDataRecord.GetFieldType
See Also
AdpDataReader Class | Advanced.Data.Provider Namespace