Click or drag to resize

DataObjectControllerSaveDataObject Method (DataObject, DataObjectType, DataObjectSaveOptions)

Creates or updates a data object.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public int SaveDataObject(
	DataObject dataObject,
	DataObjectType dataObjectType,
	DataObjectSaveOptions saveOptions = null
)

Parameters

dataObject
Type: Omada.OE.ModelDataObject
The data object to be saved.
dataObjectType
Type: Omada.OE.ModelDataObjectType
Must contain the data object type for the data object.
saveOptions (Optional)
Type: Omada.OE.ModelDataObjectSaveOptions

Return Value

Type: Int32
See Also