Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 1.0 API Reference » ULDataReader class

GetInt32 method Next Page

GetInt64 method


Returns the value for the specified column as an Int64.

Syntax

Visual Basic

NotOverridable Public Function GetInt64( _
ByVal columnID As Integer _
) As Long _
Implements IDataRecord.GetLong

C#

public long GetInt64(
int columnID
);

Parameters
Return value

The column value as an Int64.

Exceptions
Implements

[external link] IDataRecord.GetInt64

See also