Udostępnij za pośrednictwem


SqlBatchCommandCollection.Add Metoda

Definicja

Przeciążenia

Add(SqlBatchCommand)

Dodaj element SqlBatchCommand na końcu obiektu SqlBatchCommandCollection.

Add(DbBatchCommand)

Dodaje określony DbBatchCommand obiekt do obiektu ICollection<T>.

Add(SqlBatchCommand)

Dodaj element SqlBatchCommand na końcu obiektu SqlBatchCommandCollection.

public:
 virtual void Add(Microsoft::Data::SqlClient::SqlBatchCommand ^ item);
public void Add (Microsoft.Data.SqlClient.SqlBatchCommand item);
override this.Add : Microsoft.Data.SqlClient.SqlBatchCommand -> unit
Public Sub Add (item As SqlBatchCommand)

Parametry

Implementuje

Dotyczy

Add(DbBatchCommand)

Dodaje określony DbBatchCommand obiekt do obiektu ICollection<T>.

public:
 override void Add(System::Data::Common::DbBatchCommand ^ item);
public override void Add (System.Data.Common.DbBatchCommand item);
override this.Add : System.Data.Common.DbBatchCommand -> unit
Public Overrides Sub Add (item As DbBatchCommand)

Parametry

item
DbBatchCommand

Obiekt, który ma zostać dodany do obiektu ICollection<T>.

Dotyczy