Click or drag to resize
LLBLGenProExpressionExpressionRelationsToUse Property
Gets the relations required to access the fields in this expression. Can be null (which means: no relations needed)

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.ExpressionClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public IRelationCollection RelationsToUse { get; }

Property Value

Type: IRelationCollection

Implements

IRelationPropagatorRelationsToUse
See Also