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

IsNullable property Next Page

Offset property


Specifies the offset to the ULParameter.Value.

Syntax

Visual Basic

Public Property Offset As Integer

C#

public int Offset { get; set; }

Property value

The offset to the value. The default is 0.

Remarks

In UltraLite.NET parameters can only be used as IN parameters and all mapping information is ignored. Only the ULParameter.Value is important.

See also