Skip to main content
All docs
V25.2
  • SecuredEFCoreObjectSpace Constructors

    An Object Space for EF Core-based applications that use the Security System.
    Name Parameters Description
    SecuredEFCoreObjectSpace(ITypesInfo, IEntityStore, Func<DbContext>, ISecurityStrategyBase) typesInfo, entityStore, createDbContext, security Initializes a new instance of the SecuredEFCoreObjectSpace class with specified settings.
    SecuredEFCoreObjectSpace(ITypesInfo, IEntityStore, Func<DbContext>) typesInfo, entityStore, createDbContext Initializes a new instance of the SecuredEFCoreObjectSpace class with specified settings.
    See Also