20 results for "$s/@tag:conditions"

Navigate through query conditions

/how-to/run-through-query-conditions

A code snippet which demonstrates how to run through all conditions in your query

Dynamically populate value lists by information from other conditions

/how-to/dynamically-populating-lists-mvc

Suppose we have a database with Customer entity which has Country and City attributes. For both these attributes we define the value editors which return the lists of available values (countries and cities correspondingly). Now let's imagine the user adds a condition with the Country attribute e.g. Hera the steps needed to implement such a functionality: Define a value editor for the City attribute as SQL LIST with Cities.@{{Customer.Country}} list name (here Customer.Country is the ID of the Country attribute in the Customer entity). Let's name it "CitesSqlValueList") and then in a value list resolver modify its SQL according the currently selected country and get the list of values using GetValueListAsync method of EasyQueryManager class: What's happening here.

End-user's guide

/end-user-guide

1. EasyQuery: What’s That?

Predicate class

/api-reference-4x/korzh-easyquery-namespace/predicate-class

Represents group of conditions linked by some logical operator (AND or OR).

ConditionsStore class

/api-reference-5x/korzh-easyquery-namespace/conditionsstore-class

Represents a list of conditions linked to some Query object

ConditionsStore class

/api-reference-4x/korzh-easyquery-namespace/conditionsstore-class

Represents storage of conditions linked to some Query object