Click or drag to resize
AliasFinderCollectAliasesOnRelationObjects Property
Gets or sets a value indicating whether aliases on relation objects (left/right side) have to be collected as well. Default is true. Set to false when obtaining correlation predicates as it otherwise will filter out the aliases obtained which means no element is found.

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

Property Value

Type: Boolean
See Also