IEntityRelationCustomFilter Property |
Custom filter for JOIN clauses which are added with AND to the ON clause resulting from this EntityRelation. By adding a
predicate expression with fieldcomparevalue predicate objects for example, you can add extra filtering inside the JOIN.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax IPredicateExpression CustomFilter { get; set; }
Property CustomFilter As IPredicateExpression
Get
Set
Property Value
Type:
IPredicateExpressionRemarks If CustomFilterReplacesOnClause is set to true (default: false), the CustomFilter simply represents the ON clause.
See Also