DbBatch.DbBatchCommands Propriété

Définition

En cas de substitution dans une classe dérivée, obtient la collection d’objets 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

Valeur de propriété

Commandes contenues dans le lot.

S’applique à