Collection Contents Index GetUInt32 method Next PDF

SQL Anywhere® Server - Programming
  iAnywhere.Data.SQLAnywhere namespace (.NET 2.0)
    SADataReader class
GetUInt64 method


Returns the value of the specified column as a 64-bit unsigned integer.

Prototypes

Visual Basic
Public Function GetUInt64( _
ByVal ordinal As Integer _
) As UInt64

C#
public ulong GetUInt64(
int ordinal
);

Parameters
Return value

The value of the specified column.

Remarks

No conversions are performed, so the data retrieved must already be a 64-bit unsigned integer.

See also

Collection Contents Index GetUInt32 method Next PDF