Parameters
- i
- The zero-based column ordinal position.
Return Value
The value of the column as a character.
Exception | Description |
---|---|
System.InvalidCastException | The column is not of type CHAR(1) or NCHAR(1). |
System.InvalidOperationException | The MimerDataReader is not positioned on a row. |
System.IndexOutOfRangeException | The column ordinal is outside the valid range. |
Use the IsDBNull method to check for database null value before calling this method.
.NET Framework
Version 2.0 or later