1 type derived from DbBatch
System.Data.Common (1)
System\Data\Common\DbDataSource.cs (1)
355
private sealed class DbBatchWrapper :
DbBatch
7 references to DbBatch
System.Data.Common (7)
System\Data\Common\DbConnection.cs (2)
133
public
DbBatch
CreateBatch() => CreateDbBatch();
135
protected virtual
DbBatch
CreateDbBatch() => throw new NotSupportedException();
System\Data\Common\DbDataSource.cs (4)
57
protected virtual
DbBatch
CreateDbBatch()
72
public
DbBatch
CreateBatch()
357
private readonly
DbBatch
_wrappedBatch;
360
internal DbBatchWrapper(
DbBatch
wrappedBatch)
System\Data\Common\DbProviderFactory.cs (1)
52
public virtual
DbBatch
CreateBatch() => throw new NotSupportedException();