QueryExecutionControllerIsBatch Property |
If true, the commands in SqlQueriesToExecute are seen as a batch and a delimiter token is expected and the string
is chopped up along these delimiter tokens. If false, everything is executed as a single command
Namespace:
SD.LLBLGen.Pro.ApplicationCore.MetaData
Assembly:
SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax public bool IsBatch { get; set; }
Public Property IsBatch As Boolean
Get
Set
Property Value
Type:
BooleanSee Also