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