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 parameterName As String ) As ULParameter
public new ULParameter this[string parameterName] {get;set;}
parameterName 取り出すパラメータの名前。
指定された名前の ULParameter オブジェクト。
IndexOutOfRangeException 指定した名前のパラメータがありません。
ArgumentNullException NULL (Visual Basic の Nothing) パラメータ名を使用してパラメータを設定することはできません。
C# では、このプロパティは ULParameterCollection クラスのインデクサです。
これは、DbParameterCollection.this[string] プロパティが厳密に型指定されたものです。