Skip to main content

dbcontextmodelloader-t--class

Represents a IModelLoader implementation which allows to load the model from a DbContext object. Implements the Korzh.EasyQuery.Services.IModelLoader

public class Korzh.EasyQuery.Services.DbContextModelLoader<T>
: DbContextModelLoader

Assembly: Korzh.EasyQuery.EntityFrameworkCore.Relational.dll

Constructors

NameTypeDescription
DbContextModelLoader(IServiceProvider services)voidInitializes a new instance of the Korzh.EasyQuery.Services.DbContextModelLoader`1 class.
DbContextModelLoader(IServiceProvider services, DbContextModelExtractorOptions options)voidInitializes a new instance of the Korzh.EasyQuery.Services.DbContextModelLoader`1 class.