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

SQL Anywhere 11.0.1 (日本語) » SQL Anywhere サーバ - プログラミング » SQL Anywhere データ・アクセス API » SQL Anywhere .NET 2.0 API リファレンス » iAnywhere.Data.SQLAnywhere ネームスペース (.NET 2.0) » SAParameterCollection クラス » IndexOf メソッド

 

IndexOf(Object) メソッド

コレクション内の SAParameter オブジェクトのロケーションを返します。

構文
Visual Basic

Public Overrides Function IndexOf( _
   ByVal value As Object _
) As Integer
C#

public override int IndexOf(
   object value
);
パラメータ
  • value   検索する SAParameter オブジェクト。

戻り値

コレクション内の SAParameter オブジェクトの 0 から始まるロケーション。

参照