| DataObjectGetObjectKey Method |
Returns the key value of the data object.
the key property comes from the typen, but it must be provided for performance reasons.
If key property is 0 the display name is returned.
Returns null if the object does not have a value for the provided key (value) property.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic string GetObjectKey(
int keyPropertyId
)
Parameters
- keyPropertyId
- Type: SystemInt32
Return Value
Type:
String
See Also