IDataContextOptions.BatchExecuting Property
.NET Standard 2.x
Gets or sets a bool
value, which indicates whether to execute SQL commands in bulk when saving changes.
Namespace: SnapObjects.Data
Assembly: SnapObjects.Data.dll
Syntax
bool BatchExecuting { get; set; }
Property Value
System.Boolean
True
-- to execute SQL commands in a batch when saving changes.
False
(default) -- to execute SQL commands one by one when saving changes.
Applies to
.NET Standard
2.x