Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
IPredicateExpression CustomFilter { get; set; }

Property Value

Type: IPredicateExpression
Remarks
If CustomFilterReplacesOnClause is set to true (default: false), the CustomFilter simply represents the ON clause.
See Also