Прочетете на английски Редактиране

Споделяне чрез


DbProviderFactory.CreateBatchCommand Method

Definition

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

C#
public virtual System.Data.Common.DbBatchCommand CreateBatchCommand();

Returns

A new instance of DbBatchCommand.

Applies to

Продукт Версии
.NET 6, 7, 8, 9, 10

See also