Click or drag to resize
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)
Syntax
bool PerGroupQueueProcessingIfApplicable { get; set; }

Property Value

Type: Boolean
See Also