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

GetUInt32 method Next Page

GetUInt64 method


Returns the value for the specified column as a System.UInt64.

Syntax

Visual Basic

Public Function GetUInt64( _
ByVal columnID As Integer _
) As UInt64

C#

public ulong GetUInt64(
int columnID
);

Parameters
Return value

The column value as a System.UInt64

Exceptions
See also