1 override of DbBatchCommands
System.Data.Common (1)
System\Data\Common\DbDataSource.cs (1)
534protected override DbBatchCommandCollection DbBatchCommands => _wrappedBatch.BatchCommands;
1 reference to DbBatchCommands
System.Data.Common (1)
System\Data\Common\DbBatch.cs (1)
11public DbBatchCommandCollection BatchCommands => DbBatchCommands;