DbBatch.DbBatchCommands Propriedade

Definição

Quando substituído em uma classe derivada, obtém a coleção de objetos DbBatchCommand.

protected:
 abstract property System::Data::Common::DbBatchCommandCollection ^ DbBatchCommands { System::Data::Common::DbBatchCommandCollection ^ get(); };
protected abstract System.Data.Common.DbBatchCommandCollection DbBatchCommands { get; }
member this.DbBatchCommands : System.Data.Common.DbBatchCommandCollection
Protected MustOverride ReadOnly Property DbBatchCommands As DbBatchCommandCollection

Valor da propriedade

Os comandos contidos no lote.

Aplica-se a