NpgsqlDataReader.GetBoolean Method
[This is preliminary documentation and subject to change.]
Gets the value of a column converted to a Boolean.
[Visual Basic]
NotOverridable Public Function GetBoolean( _
ByVal
i As
Integer _
) As
Boolean Implements _
IDataRecord.GetBoolean
[C#]
public
bool GetBoolean(
int i);
Implements
IDataRecord.GetBoolean
See Also
NpgsqlDataReader Class | Npgsql Namespace