Udostępnij za pośrednictwem


SqlBatchCommandCollection.Remove Metoda

Definicja

Przeciążenia

Remove(SqlBatchCommand)

Usuwa pierwsze wystąpienie określonego SqlBatchCommand obiektu z kolekcji.

Remove(DbBatchCommand)

Usuwa określony SqlBatchCommand obiekt z kolekcji.

Remove(SqlBatchCommand)

Usuwa pierwsze wystąpienie określonego SqlBatchCommand obiektu z kolekcji.

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

Parametry

Zwraca

Zwraca wartość true , jeśli element został pomyślnie usunięty. Zwraca wartość false, jeśli nie można usunąć elementu lub nie znaleziono żadnego elementu.

Implementuje

Dotyczy

Remove(DbBatchCommand)

Usuwa określony SqlBatchCommand obiekt z kolekcji.

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

Parametry

item
DbBatchCommand

Obiekt do usunięcia z obiektu ICollection<T>.

Zwraca

true jeśli item została pomyślnie usunięta; w przeciwnym razie false. Ta metoda zwraca również wartość false , jeśli item nie znaleziono w obiekcie ICollection<T>.

Dotyczy