Click or drag to resize
JoinOperandExtensionMethodsSetCustomFilter Method
Overload List
  NameDescription
Public methodStatic memberSetCustomFilter(IEntityRelation, IPredicate)
Sets the CustomFilter on the specified relation, and passing false for ReplacesOnClause. A custom filter is a predicate(-expression) which is appended to the ON clause created from the relation specified.
Public methodStatic memberSetCustomFilter(IEntityRelation, IPredicate, Boolean)
Sets the CustomFilter on the specified relation. A custom filter is a predicate(-expression) which is appended to the ON clause created from the relation specified. If replacesOnClause is true, it replaces the ON clause with the filter specified.
Top
See Also