Click or drag to resize

DataObjectControllerGetDataObjectKeyValues Method

Overload List
  NameDescription
Public methodGetDataObjectKeyValues(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.
Public methodStatic memberGetDataObjectKeyValues(IEnumerableInt32, SqlConnection, SqlTransaction) Obsolete.
Returnerer dictionary med key values for alle dataobjekter angivet i dataObjIds. Key value er enten værdien for den (key) property som er angivet på dataobjtypen eller dataobjektets displayname.
Top
See Also