Click or drag to resize

DataObjectControllerGetDataObjectKeyValues Method (IEnumerableInt32)

Returns a dictionary with data object ids and their key values. The key value of a data object is the value of the (text or integer) property specified as key property on the data object type. If no property is specified as key property on the data object type then the display name is used.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public Dictionary<int, string> GetDataObjectKeyValues(
	IEnumerable<int> dataObjIds
)

Parameters

dataObjIds
Type: System.Collections.GenericIEnumerableInt32

Return Value

Type: DictionaryInt32, String
See Also