3 references to DbBatchCommandCollection
System.Data.Common (3)
System\Data\Common\DbBatch.cs (2)
11public DbBatchCommandCollection BatchCommands => DbBatchCommands; 13protected abstract DbBatchCommandCollection DbBatchCommands { get; }
System\Data\Common\DbDataSource.cs (1)
534protected override DbBatchCommandCollection DbBatchCommands => _wrappedBatch.BatchCommands;