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] プロパティが厳密に型指定されたものです。