Back to Devexpress

CollectionSourceBase.ObjectSpace Property

expressappframework-devexpress-dot-expressapp-dot-collectionsourcebase.md

latest1.6 KB
Original Source

CollectionSourceBase.ObjectSpace Property

Provides access to the Object Space used by the Collection Source to interact with the database.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public IObjectSpace ObjectSpace { get; }
vb
Public ReadOnly Property ObjectSpace As IObjectSpace

Property Value

TypeDescription
IObjectSpace

An IObjectSpace object representing the Object Space used by the Collection Source to interact with the database.

|

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

CollectionSourceBase Class

CollectionSourceBase Members

DevExpress.ExpressApp Namespace