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.6.0.0 (5.6.19.0117)
Syntax bool PerGroupQueueProcessingIfApplicable { get; set; }
Property PerGroupQueueProcessingIfApplicable As Boolean
Get
Set
Property Value
Type:
BooleanSee Also