Sdílet prostřednictvím


SqlBatchCommandCollection.Contains Metoda

Definice

Přetížení

Contains(SqlBatchCommand)

Určuje, zda je v SqlBatchCommandSqlBatchCommandCollection.

Contains(DbBatchCommand)

Určuje, jestli DbBatchCommand je v kolekci obsažen objekt .

Contains(SqlBatchCommand)

public:
 virtual bool Contains(Microsoft::Data::SqlClient::SqlBatchCommand ^ item);
public bool Contains (Microsoft.Data.SqlClient.SqlBatchCommand item);
override this.Contains : Microsoft.Data.SqlClient.SqlBatchCommand -> bool
Public Function Contains (item As SqlBatchCommand) As Boolean

Parametry

Návraty

Implementuje

Platí pro

Contains(DbBatchCommand)

Určuje, jestli DbBatchCommand je v kolekci obsažen objekt .

public:
 override bool Contains(System::Data::Common::DbBatchCommand ^ item);
public override bool Contains (System.Data.Common.DbBatchCommand item);
override this.Contains : System.Data.Common.DbBatchCommand -> bool
Public Overrides Function Contains (item As DbBatchCommand) As Boolean

Parametry

item
DbBatchCommand

Objekt, který se má vyhledat v objektu ICollection<T>.

Návraty

true pokud je v DbBatchCommand kolekci, jinak false.

Platí pro