SqlColumnBinder.GetInt64 Method (DbDataReader, Int64)

Retrieves the value of this column as an int 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 _
) As Long
public long GetInt64(
    DbDataReader reader,
    long nullValue
)
public:
long long GetInt64(
    DbDataReader^ reader, 
    long long nullValue
)
member GetInt64 : 
        reader:DbDataReader * 
        nullValue:int64 -> int64
public function GetInt64(
    reader : DbDataReader, 
    nullValue : long
) : long

Parameters

  • nullValue
    Type: System.Int64

    Value to return if DB column is null.

Return Value

Type: System.Int64

.NET Framework Security

See Also

Reference

SqlColumnBinder Class

GetInt64 Overload

Microsoft.TeamFoundation.Framework.Server Namespace