SqlColumnBinder.GetInt16 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 | |
---|---|---|
GetInt16(DbDataReader) | Retrieves the value of this column as an Int16 from the given reader. An exception will be thrown if the column is null or not found in the result set. | |
GetInt16(DbDataReader, Int16) | Retrieves the value of this column as an Int16 from the given reader. An exception will be thrown if the is not found in the result set. | |
GetInt16(DbDataReader, Int16, Int16) | Retrieves the value of this column as an Int16 from the given reader. |
Top