Advanced.Data.Provider Documentation | |
AdpDataReader.GetChar Method
[This is preliminary documentation and subject to change.]
Gets the value of the specified column as a single character.
[Visual Basic]NotOverridable Public Function GetChar( _
ByVal
i As
Integer _
) As
Char Implements _
IDataRecord.GetChar
Parameters
- i
- The zero-based column ordinal.
Return Value
The value of the specified column.
Implements
IDataRecord.GetChar
See Also
AdpDataReader Class | Advanced.Data.Provider Namespace