Query.GeographyPredicate Class
The predicate class for geography attributes.
Constructor
Query.GeographyPredicate
(
-
attributePath
Parameters:
-
attributePathStringThe path to the attribute for predicate.
Item Index
Methods
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