Skip to main content
A newer version of this page is available.
All docs
V18.2

NonPersistentObjectSpace.GetObjectKey(Type, String) Method

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public override object GetObjectKey(
    Type objectType,
    string objectKeyString
)

Parameters

Name Type
objectType Type
objectKeyString String

Returns

Type
Object
See Also