SqlBatchCommandCollection.Add Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
Add(SqlBatchCommand) |
Agregue un SqlBatchCommand al final de .SqlBatchCommandCollection |
Add(DbBatchCommand) |
Agrega el objeto DbBatchCommand especificado al objeto ICollection<T>. |
Add(SqlBatchCommand)
Agregue un SqlBatchCommand al final de .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)
Parámetros
- item
- SqlBatchCommand
Implementaciones
Se aplica a
Add(DbBatchCommand)
Agrega el objeto DbBatchCommand especificado al objeto 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)
Parámetros
- item
- DbBatchCommand
Objeto que se va a agregar a ICollection<T>.