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.8.0.0 (5.8.21.0208)
Syntaxpublic bool IsBatch { get; set; }Public Property IsBatch As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also