Back to Devexpress

IMiddleTierClient<TDbContext>.CreateObjectSpace() Method

expressappframework-devexpress-dot-expressapp-dot-applicationbuilder-dot-imiddletierclient-1-4ca39b86.md

latest1.7 KB
Original Source

IMiddleTierClient<TDbContext>.CreateObjectSpace() Method

Creates an Object Space that interacts with the database through the Middle Tier Security server.

Namespace : DevExpress.ExpressApp.ApplicationBuilder

Assembly : DevExpress.EntityFrameworkCore.Security.v25.2.dll

NuGet Package : DevExpress.ExpressApp.EFCore

Declaration

csharp
IObjectSpace CreateObjectSpace()
vb
Function CreateObjectSpace As IObjectSpace

Returns

TypeDescription
IObjectSpace

The newly created Object Space instance.

|

See Also

Middle Tier Security with EF Core

Connect a Non-XAF Application to a Middle Tier Security Server (EF Core)

IMiddleTierClient<TDbContext> Interface

IMiddleTierClient<TDbContext> Members

DevExpress.ExpressApp.ApplicationBuilder Namespace