CollectionSourceBase.ObjectSpace Property
In This Article
Provides access to the Object Space used by the Collection Source to interact with the database.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public IObjectSpace ObjectSpace { get; }
#Property Value
Type | Description |
---|---|
IObject |
An IObject |
#Remarks
Generally, different List Views use different ObjectSpaces. However, nested List Views that represent non-aggregated collections share the same ObjectSpace with their root Detail Views.
See Also