ResultTable.GetInt64 Method

Returns the 64-bit signed integer value for the specified column.

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)

Syntax

'Declaration
Public Function GetInt64 ( _
    i As Integer _
) As Long
'Usage
Dim instance As ResultTable
Dim i As Integer
Dim returnValue As Long

returnValue = instance.GetInt64(i)
public long GetInt64(
    int i
)

Parameters

Return Value

Type: System.Int64
The value of the column.

Implements

IDataRecord.GetInt64(Int32)

See Also

Reference

ResultTable Class

ResultTable Members

Microsoft.SharePoint.Search.Query Namespace