DbBatch.DbBatchCommands Eigenschap

Definitie

Wanneer deze wordt overschreven in een afgeleide klasse, haalt u de verzameling DbBatchCommand objecten op.

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

Waarde van eigenschap

De opdrachten in de batch.

Van toepassing op