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
Name | Type | Description |
---|---|---|
DbContextModelLoader(IServiceProvider services) | void | Initializes a new instance of the Korzh.EasyQuery.Services.DbContextModelLoader`1 class. |
DbContextModelLoader(IServiceProvider services, DbContextModelExtractorOptions options) | void | Initializes a new instance of the Korzh.EasyQuery.Services.DbContextModelLoader`1 class. |