EFCoreObjectSpace Constructors
An Object Space used for data manipulation in EF Core-based applications that do not use the Security System.Name | Parameters | Description |
---|---|---|
EFCoreObjectSpace(ITypesInfo, IEntityStore, Func<DbContext>) | typesInfo, entityStore, createDbContext | Initializes a new instance of the EFCoreObjectSpace class with specified settings. |
See Also