SqlColumnBinder.GetBoolean Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetBoolean(DbDataReader) | Retrieves the value of this column as a bool from the given reader. An exception will be thrown if the column is null | |
GetBoolean(DbDataReader, Boolean) | Retrieves the value of this column as a bool from the given reader. An exception will be thrown if the column is null | |
GetBoolean(DbDataReader, Boolean, Boolean%) | Retrieves the value of this column as a bool from the given reader. Sets the output parameter to true if the value was null. |
Top