Advanced.Data.Provider Documentation

AdpDataReader.GetInt64 Method 

[This is preliminary documentation and subject to change.]

Gets the 64-bit signed integer value of the specified field.

[Visual Basic]
NotOverridable Public Function GetInt64( _
   ByVal i As Integer _
) As Long Implements _
   IDataRecord.GetInt64
[C#]
public long GetInt64(
   int i
);

Parameters

i
The index of the field to find.

Return Value

The 64-bit signed integer value of the specified field.

Implements

IDataRecord.GetInt64

See Also

AdpDataReader Class | Advanced.Data.Provider Namespace