1 override of CreateDbBatchCommand
System.Data.Common (1)
System\Data\Common\DbDataSource.cs (1)
529protected override DbBatchCommand CreateDbBatchCommand() => throw new NotImplementedException();
1 reference to CreateDbBatchCommand
System.Data.Common (1)
System\Data\Common\DbBatch.cs (1)
64public DbBatchCommand CreateBatchCommand() => CreateDbBatchCommand();