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

Building dynamic queries with EasyQuery and Entity Framework

/tutorials/dynamic-queries-with-easyquery-and-entity-framework

Here we describe how EasyQuery helps to implement a query building UI for creating custom, dynamic queries in .NET projects which use Entity Framework (6.x)

EasyQueryOptionsExtensionsEf class

/api-reference/korzh-easyquery-entityframework6/korzh-easyquery-services-namespace/easyqueryoptionsextensionsef-class

Contains several extension methods for EasyQueryOptions which allow to tune up the EasyQuery manager and middleware in case of using them with EntityFramework 6.x

DbContextModelLoader class

/api-reference/korzh-easyquery-entityframework6/korzh-easyquery-services-namespace/dbcontextmodelloader-class

Represents a IModelLoader implementation which allows to load the model from a DbContext object. Implements the [Korzh.EasyQuery.Services.IModelLoader](api-reference/korzh-easyquery/korzh-easyquery-services-namespace/imodelloader-interface)

Connect to your database

/getting-started/from-sample-to-your-own-project/connect-to-your-database

This article describes how to modify our sample project to make it work with your own database instead of Northwind DB used by default.

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

Working with data models in EasyQuery

/getting-started/working-with-data-model

This article will guide you through all issues about working with data models in EasyQuery library. How to load it from the DbContext or from your DB connection, or now to create a new one using Data Model Editor.

DbContextModelLoader<T> class

/api-reference/korzh-easyquery-entityframeworkcore-relational/korzh-easyquery-services-namespace/dbcontextmodelloader-t--class

Represents a IModelLoader implementation which allows to load the model from a DbContext object. Implements the [Korzh.EasyQuery.Services.IModelLoader](api-reference/korzh-easyquery/korzh-easyquery-services-namespace/imodelloader-interface)

Getting started for ASP.NET 4

/getting-started/asp-net-4-mvc-or-webforms

Describes the steps you need to perform for applying EasyQuery ASP.NET to your MVC or WebForms project