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

 

Contains(Object) メソッド

ULParameter がコレクション内に存在するかどうかをチェックします。

構文
Visual Basic
Public Overrides Function Contains( _
   ByVal value As Object _
) As Boolean
C#
public override bool Contains(
   object value
);
パラメータ
  • value   チェック対象の ULParameter オブジェクト。

戻り値

コレクションに、その ULParameter がある場合は true、ない場合は false。

参照