Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (日本語) » Ultra Light - .NET プログラミング » Ultra Light .NET 2.0 API リファレンス » ULParameterCollection クラス » Item プロパティ

 

Item(String) プロパティ

指定された名前の 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] が厳密に型指定されたものです。

参照