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

SQL Anywhere 11.0.1 (日本語) » SQL Anywhere サーバ - プログラミング » SQL Anywhere データ・アクセス API » SQL Anywhere .NET 2.0 API リファレンス » iAnywhere.Data.SQLAnywhere ネームスペース (.NET 2.0) » SAParameter クラス

 

Direction プロパティ

パラメータが入力専用、出力専用、双方向性、またはストアド・プロシージャ戻り値パラメータのいずれであるかを示す値を取得または設定します。

構文
Visual Basic

Public Overrides Property Direction As ParameterDirection
C#

public override ParameterDirection Direction { get; set; }
プロパティ値

ParameterDirection 値の 1 つ。

備考

ParameterDirection が出力である場合、関連付けられている SACommand を実行しても値は返らず、SAParameter には NULL 値が含まれます。最後の結果セットの最後のローが読み込まれると、Output、InputOut、ReturnValue パラメータが更新されます。

参照