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