DbBatchCommandCollection.Contains(DbBatchCommand) メソッド

定義

がコレクションに含まれているかどうかを DbBatchCommand 示します。

public:
 abstract bool Contains(System::Data::Common::DbBatchCommand ^ item);
public abstract bool Contains (System.Data.Common.DbBatchCommand item);
abstract member Contains : System.Data.Common.DbBatchCommand -> bool
Public MustOverride Function Contains (item As DbBatchCommand) As Boolean

パラメーター

item
DbBatchCommand

ICollection<T> 内で検索するオブジェクト。

戻り値

DbBatchCommand がコレクション内に存在する場合は true。それ以外の場合は false

実装

適用対象