Click or drag to resize
EntityRelationCustomFilterReplacesOnClause Property
Flag to signal the join creator logic to use the CustomFilter specified as the ON clause, instead of appending the CustomFilter to the ON clause. Ignored if CustomFilter is null or empty. Default is false.

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
public bool CustomFilterReplacesOnClause { get; set; }

Property Value

Type: Boolean

Implements

IEntityRelationCustomFilterReplacesOnClause
See Also