Click or drag to resize

DataObjectControllerCreateNewDataObject Method

Creates/instantiates a new data object that is ready to be assigned property values to and being saved to the database. Note that the method doesn't save the data object to the database.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public virtual DataObject CreateNewDataObject(
	string objectType
)

Parameters

objectType
Type: SystemString
System name of the data object type for the new data object.

Return Value

Type: DataObject
See Also