Firebird ADO.NET Provider SDK Documentation - v1.7 |
|
FbDataReader.GetChar Method
Gets the value of the specified column as a character.
[Visual Basic]
<EditorBrowsable(State:=EditorBrowsableState.Never)>
NotOverridable Public Function GetChar( _
ByVal
i As
Integer _
) As
Char _
[C#]
[EditorBrowsable(State=EditorBrowsableState.Never)]
public
char GetChar(
int i);
Parameters
-
i
- The zero-based column ordinal.
Return Value
The value of the specified column as a character.
Implements
IDataRecord.GetChar
Exceptions
See Also
FbDataReader Class | FirebirdSql.Data.Firebird Namespace