SecuredEFCoreObjectSpaceProvider<TDbContext>.CreateUpdatingObjectSpace(Boolean) Method
In This Article
Namespace: DevExpress.EntityFrameworkCore.Security
Assembly: DevExpress.EntityFrameworkCore.Security.v24.2.dll
NuGet Package: DevExpress.ExpressApp.EFCore
#Declaration
public override IObjectSpace CreateUpdatingObjectSpace(
bool allowUpdateSchema
)
#Parameters
Name | Type |
---|---|
allow |
Boolean |
#Returns
Type |
---|
IObject |
See Also