| IGeneratorPerGroupQueueProcessingIfApplicable Property  | 
 
            When set to true, queue processing is performed per group if applicable (i.e. on entity model tasks, and if project setting for grouping is AsSeparateProjects). 
            When false (default), the queue is processed once.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntaxbool PerGroupQueueProcessingIfApplicable { get; set; }Property PerGroupQueueProcessingIfApplicable As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also