SqlColumnBinder.GetInt64 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 | |
---|---|---|
GetInt64(DbDataReader) | Retrieves the value of this column as an int from the given reader. An exception will be thrown if the column is null | |
GetInt64(DbDataReader, Int64) | Retrieves the value of this column as an int from the given reader. | |
GetInt64(DbDataReader, Int64, Int64) | Retrieves the value of this column as an int64 from the given reader. |
Top