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

DbConnectionLoaderOptions class

/api-reference-5x/korzh-easyquery-db-namespace/dbconnectionloaderoptions-class

Represents different options for [Korzh.EasyQuery.Services.DbConnectionModelLoader](api-reference-5x/korzh-easyquery-services-namespace/dbconnectionmodelloader-class) class

DbConnectionModelLoaderOptions class

/api-reference/korzh-easyquery-db/korzh-easyquery-db-namespace/dbconnectionmodelloaderoptions-class

Represents different options for [Korzh.EasyQuery.Services.DbConnectionModelLoader](api-reference/korzh-easyquery-db/korzh-easyquery-services-namespace/dbconnectionmodelloader-class) class

Attaching extra data to a query on the client-side

/tutorials/attaching-extra-data-to-query-client-side

Sometimes it's necessary to attach some extra data to each query (based on some user's input on the client-side) and then use that extra data on query execution. For example, user might want to specify a date (or a period of time) as an additional filter to the any query. To add some extra data you can use beforeExecuteQuery event handler which can be defined on view initialization: Now if you check in Developer Tools (on Network tab), each .../execute request now includes ad additional data object in the request payload. Now to process this additional request data you can create your own implementation of EasyQueryManager and override its ExecuteQueryCore method. Here is an example: Here we just reconfigure our current query and add in it an additional condition group with a bunch of conditions like SomeColumns contains 'filter text' Finally, you need to register your manager class on EasyQuery middleware initialization: NB: Please note that you can read the ClientData property in any method of your custom manager.

End-user's guide

/end-user-guide

1. EasyQuery: What’s That?

DbExprTag class

/api-reference-5x/korzh-easyquery-db-namespace/dbexprtag-class

Contains several constants for db-related expressions tags values

DbExprTag class

/api-reference/korzh-easyquery-db/korzh-easyquery-db-namespace/dbexprtag-class

Contains several constants for db-related expressions tags values

ExprTag class

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

Contains several constant definitions for expressions tag

ExprTag class

/api-reference/korzh-easyquery/korzh-easyquery-namespace/exprtag-class

Contains several constant definitions for expressions tag

EntitiesPanel class

/api-reference/korzh-easyquery-wpf/korzh-easyquery-wpf-namespace/entitiespanel-class

Represents entities and their attributes in an hierarchical structure