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