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 不能使用空(在 Visual Basic 中为 Nothing)参数名称设置参数。
在 C# 中,此属性是 ULParameterCollection 类的索引器。
这是 DbParameterCollection.this[string] 的强类型版本。