Contains different options for Korzh.EasyQuery.EntityFrameworkCore.DbContextLoader
public class Korzh.EasyQuery.EntityFrameworkCore.DbContextLoaderOptions
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
Type |
Name |
Description |
void |
AddFilter(Func<IEntityType, Boolean> filter) |
Adds a filter, which will be used during model loading from Microsoft.EntityFrameworkCore.DbContext |