返回具有指定名称的 ULParameter。在 C# 中,此属性是 ULParameterCollection 类的索引器。
Visual Basic Public Property Item( _ ByVal parameterName As String _ ) As ULParameter
C# public ULParameter this[ string parameterName ] { get; set; }
parameterName 要检索的参数的名称。
具有指定名称的 ULParameter。
这是 DbParameterCollection.this[string] 的强类型版本。
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |