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 » ULResultSet class

SetUInt16 method Next Page

SetUInt32 method


Sets the value for the specified column using an System.UInt32.

Syntax

Visual Basic

Public Sub SetUInt32( _
ByVal columnID As Integer, _
ByVal val As UInt32 _
)

C#

public void SetUInt32(
int columnID,
uint val
);

Parameters
Remarks

The data in the row is not actually changed until you execute an ULTable.Insert or Update, and that change is not made permanent until it is committed.

Exceptions
See also