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