Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定されたインデックスの ULParameter を返します。
Public Shadows Property Item(ByVal index As Integer) As ULParameter
public new ULParameter this[int index] {get;set;}
index 取り出すパラメーターの 0 から始まるインデックス。値は、[0,ULParameterCollection.Count-1] の範囲内であることが必要です。コレクションの最初のパラメーターのインデックス値は 0 です。
指定されたインデックス位置の ULParameter。
IndexOutOfRangeException インデックスは無効です。
C# では、このプロパティは ULParameterCollection クラスのインデクサです。
これは、DbParameterCollection.this[int] が厳密に型指定されたものです。