Click or drag to resize
NonProjectionExpressionExtractorExtractAllWhereClauses Property
Gets or sets a value indicating whether [extract all where clauses]. If set to false (default), only the where clauses which are NOT referred by (indirectly)a DefaultIfEmpty or rightside of a groupjoin are extracted (if enabled)

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.ExpressionHandlers
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public bool ExtractAllWhereClauses { get; set; }

Property Value

Type: Boolean
See Also