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.8.0.0 (5.8.21.0111)
Syntax IPredicate OnClause { get; }
ReadOnly Property OnClause As IPredicate
Get
Property Value
Type:
IPredicateSee Also