Click or drag to resize

DataObjectControllerUpdateDataObject Method

Updates an existing data object in the database by assigning new values to certain properties. The calling user must have the appropriate security rights to perform the operation.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void UpdateDataObject(
	int id,
	IDictionary<string, IEnumerable<Object>> propertyValues
)

Parameters

id
Type: SystemInt32
Id of the data object to be updated.
propertyValues
Type: System.Collections.GenericIDictionaryString, IEnumerableObject
New values for a subset of the dataobject's properties. If the data object already has value(s) for a specified property then these will be cleared first. Keys are property system names. Values are value collections.
See Also