IObjectRecordSupport.GetObjectRecordByKey(Object) Method
In This Article
Returns the wrapper of an object corresponding to the specified key.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
ObjectRecord GetObjectRecordByKey(
object objectKeyValue
)
#Parameters
Name | Type | Description |
---|---|---|
object |
Object | A key of an object whose wrapper this method returns. |
#Returns
Type | Description |
---|---|
Object |
A wrapper of an object corresponding to the specified key. |
See Also