DbProviderFactory.CreateBatch Method

Definition

Returns a new instance of the provider's class that implements the DbBatch class.

C#
public virtual System.Data.Common.DbBatch CreateBatch();

Returns

A new instance of DbBatch.

Applies to

Product Versions
.NET 6, 7, 8, 9, 10

See also