DbContextLoaderOptions class
Contains different options for Korzh.EasyQuery.EntityFrameworkCore.DbContextLoader
public class Korzh.EasyQuery.EntityFrameworkCore.DbContextLoaderOptions
Properties
Section titled “Properties”Type | Name | Description |
---|---|---|
IReadOnlyList<Func<IEntityType, Boolean>> | Filters | The Filtes |
DbQueryFormats | Formats | |
Boolean | HidePrimaryKeys | Gets or sets a value indicating whether we need to hide primary key fields in the data model. |
Methods
Section titled “Methods”Type | Name | Description |
---|---|---|
void | AddFilter(Func<IEntityType, Boolean> filter) | Adds a filter, which will be used during model loading from Microsoft.EntityFrameworkCore.DbContext |