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