指定された名前の 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 |