DatabaseConfiguration.EnableBatchCommands Property

true to execute batch commands when possible; otherwise, false. The default is true.

Namespace:  DbExtensions
Assembly: DbExtensions.dll

Syntax

public bool EnableBatchCommands { get; set; }

Property Value

Type: Boolean

Remarks

This setting affects the behavior of AddRange(TEntity[]), UpdateRange(TEntity[]) and RemoveRange(TEntity[]).

See Also

Reference

DatabaseConfiguration Class
DbExtensions Namespace

© Max Toro Q.