DbContextModelExtractor class
Represents a model loader that takes all necessary information from some DbContext object
public class Korzh.EasyQuery.EntityFramework.DbContextModelExtractorPackage: Korzh.EasyQuery.EntityFramework6 (targets: net461)
Assembly: Korzh.EasyQuery.EntityFramework6.dll
Constructors
Section titled “Constructors”| Name | Type | Description | 
|---|---|---|
| DbContextModelExtractor(DbModel model, DbContextModelExtractorOptions options = null) | void | Initializes a new instance of the Korzh.EasyQuery.EntityFramework.DbContextModelExtractor class. | 
Methods
Section titled “Methods”| Name | Type | Description | 
|---|---|---|
Extract(DbContext context) | void | Loads model |