Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

NonPersistentObjectSpace.GetObject(Object) Method

Retrieves an object from another Object Space to the current Object Space.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public override object GetObject(
    object objectFromDifferentObjectSpace
)

Parameters

Name Type Description
objectFromDifferentObjectSpace Object

An object that represents a template object from another Object Space.

Returns

Type Description
Object

An object retrieved from the database via the current Object Space.

Remarks

This method retrieves the object specified as the ObjectFromDifferentObjectSpace parameter from the database via the current Object Space.

See Also