| 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)
SyntaxIPredicateExpression CustomFilter { get; set; }Property CustomFilter As IPredicateExpression
	Get
	Set
Property Value
Type: 
IPredicateExpression
RemarksIf CustomFilterReplacesOnClause is set to true (default: false), the CustomFilter simply represents the ON clause.
See Also