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.5.0.0 (5.5.18.1019)
Syntax
IPredicate OnClause { get; }

Property Value

Type: IPredicate
See Also