Skip to content

EntityFrameworkCoreExtensions class

Contains some extensions for using EasyQuery with Entity Framework Core.

public static class Korzh.EasyQuery.EntityFrameworkCore.EntityFrameworkCoreExtensions
TypeNameDescription
voidLoadFromDbContext(this DbModel dbModel, DbContext context)Loads the model from a database context.
voidLoadFromDbContext(this DbModel dbModel, DbContext context, DbQueryFormats formats)Loads the model from a database context.
voidLoadFromDbContext(this DbModel dbModel, DbContext context, DbContextLoaderOptions options)Loads the model from a database context.
voidLoadFromDbContext(this DbModel dbModel, DbContext context, DbContextLoaderOptions options, DbQueryFormats formats)Loads the model from a database context.