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