JoinOperandExtensionMethodsSetCustomFilter Method |
Name | Description | |
---|---|---|
SetCustomFilter(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.
| |
SetCustomFilter(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.
|