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,ULParameterCollection.Count-1] 范围内。集合中第一个参数的索引值为 0。
指定索引处的 ULParameter。
IndexOutOfRangeException 索引无效。
在 C# 中,此属性是 ULParameterCollection 类的索引器。
这是 DbParameterCollection.this[int] 的强类型版本。