返回指定索引处的 ULParameter。在 C# 中,此属性是 ULParameterCollection 类的索引器。
Visual Basic Public Property Item( _ ByVal index As Integer _ ) As ULParameter
C# public ULParameter this[ int index ] { get; set; }
index 要检索的参数的从零开始索引。值必须在 [0,ULParameterCollection.Count-1] 范围内。集合中第一个参数的索引值为 0。
指定索引处的 ULParameter。
这是 DbParameterCollection.this[int] 的强类型版本。
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |