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 クラス » IndexOf メソッド

 

IndexOf(String) メソッド

指定された名前を持つ ULParameter のコレクション内のロケーションを返します。

構文
Visual Basic
Public Overrides Function IndexOf( _
   ByVal parameterName As String _
) As Integer
C#
public override int IndexOf(
   string  parameterName
);
パラメータ
  • parameterName   検索するパラメータの名前。

戻り値

コレクション内の ULParameter の 0 から始まるインデックス。パラメータが見つからない場合は -1。

参照