SqlColumnBinder.GetString 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 | |
---|---|---|
GetString(DbDataReader, Boolean) | Retrieves the value of this column as a string from the given reader. If allowNulls is true, null values will be returned as null strings. Otherwise, a SQLException will be thrown if a null is encountered | |
GetString(DbDataReader, String) | Retrieves the value of this column as a string from the given reader. null will be returned if DB column is NULL. |
Top