Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
パラメーターが入力専用、出力専用、双方向性、またはストアドプロシージャー戻り値パラメーターのいずれであるかを示す値を取得または設定します。
Public Overrides Property Direction As ParameterDirection
public override ParameterDirection Direction {get;set;}
ParameterDirection 値の 1 つ。
ParameterDirection が出力である場合、関連付けられている SACommand を実行しても値は返らず、SAParameter には NULL 値が含まれます。最後の結果セットの最後のローが読み込まれると、Output、InputOut、ReturnValue パラメーターが更新されます。