Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (日本語) » Ultra Light - .NET プログラミング » Ultra Light .NET 2.0 API リファレンス » ULParameter クラス

 

Offset プロパティ

ULParameter.Value のオフセットを指定します。

構文
Visual Basic
Public Property Offset As Integer
C#
public int Offset { get; set; }
プロパティ値

値のオフセット。デフォルトは 0 です。

備考

Ultra Light.NET では、パラメータは IN パラメータとしてのみ使用できるほか、マッピング情報はすべて無視されます。重要なのは、ULParameter.Value だけです。

参照