Query.IsOfPredicate Class
The predicate class that implements the isof function.
Its constructor implements the following signatures:
new IsOfPredicate(typeName)new IsOfPredicate(expression, typeName)
Where:
typeName- type name to which the current instance will be assigned.expression- an expression relative to the current instance that must point to an object for assigning a type.
Constructor
Methods
and
(
Query.ComplexPredicate
public
-
predicates
Combines specified predicates using and logic condition.
Parameters:
-
predicatesQuery.BasePredicate multipleList of predicates for combining.
Returns:
Query.ComplexPredicate:
Combined complex predicate with and logic.
createPredicate
(
BasePredicate
-
args
Creates predicate by various parameters.
Parameters:
-
argsObjectArguments for the predicate.
Returns:
or
(
Query.ComplexPredicate
public
-
predicates
Combines specified predicates using or logic condition.
Parameters:
-
predicatesQuery.BasePredicate multipleList of predicates for combining.
Returns:
Query.ComplexPredicate:
Combined complex predicate with or logic.
stringToPredicate
(
BasePredicate
-
stringPredicate
Convert string to predicate.
Parameters:
-
stringPredicateObject
Flexberry Documentation