Click or drag to resize
IDynamicRelationOnClause Property
Gets the On clause filter for the On clause in the join. Should be null if a cross-join is used.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
IPredicate OnClause { get; }

Property Value

Type: IPredicate
See Also