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

NonPersistentObjectSpace.GetObjectKey(Type, String) Method

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public override object GetObjectKey(
    Type objectType,
    string objectKeyString
)

Parameters

Name Type
objectType Type
objectKeyString String

Returns

Type
Object
See Also