Dela via


SqlColumnBinder.GetInt64 Method (DbDataReader)

Retrieves the value of this column as an int from the given reader.

An exception will be thrown if the column is null

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Function GetInt64 ( _
    reader As DbDataReader _
) As Long
public long GetInt64(
    DbDataReader reader
)
public:
long long GetInt64(
    DbDataReader^ reader
)
member GetInt64 : 
        reader:DbDataReader -> int64
public function GetInt64(
    reader : DbDataReader
) : long

Parameters

Return Value

Type: System.Int64

.NET Framework Security

See Also

Reference

SqlColumnBinder Class

GetInt64 Overload

Microsoft.TeamFoundation.Framework.Server Namespace