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 2.0 API Reference » ULDataReader class

GetUInt16 method Next Page

GetUInt32 method


Returns the value for the specified column as a UInt32.

Syntax

Visual Basic

Public Function GetUInt32( _
ByVal columnID As Integer _
) As UInt32

C#

public uint GetUInt32(
int columnID
);

Parameters
Return value

The column value as an UInt32.

See also