DbBatch.DbBatchCommands Proprietà

Definizione

In caso di override in una classe derivata, ottiene la raccolta di oggetti 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

Valore della proprietà

I comandi contenuti nel batch.

Si applica a