SqlColumnBinder.GetInt64 Method (DbDataReader, Int64, Int64)
Retrieves the value of this column as an int64 from the given reader.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function GetInt64 ( _
reader As DbDataReader, _
nullValue As Long, _
missingColumnValue As Long _
) As Long
public long GetInt64(
DbDataReader reader,
long nullValue,
long missingColumnValue
)
public:
long long GetInt64(
DbDataReader^ reader,
long long nullValue,
long long missingColumnValue
)
member GetInt64 :
reader:DbDataReader *
nullValue:int64 *
missingColumnValue:int64 -> int64
public function GetInt64(
reader : DbDataReader,
nullValue : long,
missingColumnValue : long
) : long
Parameters
- reader
Type: System.Data.Common.DbDataReader
nullValue
Type: System.Int64Value to return if DB column is null.
missingColumnValue
Type: System.Int64Value to return if DB column not found.
Return Value
Type: System.Int64
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.