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