Returns the key property's value of the specified persistent object.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v18.2.dll
Type | Name | Description |
---|---|---|
Object | obj | An object whose key property's value is requested. |
Type | Description |
---|---|
Object | An object which is the value of the specified object's key property. |
When implementing the IObjectSpace interface in the BaseObjectSpace class's descendant, don't implement the GetKeyValue method. It's implemented in the BaseObjectSpace class.