SqlBatchCommandCollection.Add Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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
- item
- SqlBatchCommand
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>.