How to use OData for Filtering Entity data where Queryoptions come from SPA Application's grid component in ODataQueryOptions
- How to declare REST API action method for filtering data e.g. https://js.devexpress.com/Documentation/Guide/Data_Binding/Specify_a_Data_Source/OData/
*.Api - REST API
*.Application - Queryhandler and command handler here
*.DomainModel.Entities - POCO entities
*.DomainModel.Persistence - Mapping POCO entities using FluentNhibernate to DataStore
How to use OData for Filtering Entity data where Queryoptions come from SPA Application's grid component in ODataQueryOptions
*.Api - REST API
*.Application - Queryhandler and command handler here
*.DomainModel.Entities - POCO entities
*.DomainModel.Persistence - Mapping POCO entities using FluentNhibernate to DataStore