Click or drag to resize

DataObjectControllerGetDataObject Method (Int32, Boolean)

Loads and returns a single data object. Throws an exception if it can't be found.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public virtual DataObject GetDataObject(
	int id,
	bool overrideSecurity = false
)

Parameters

id
Type: SystemInt32
Id of data object to be returned.
overrideSecurity (Optional)
Type: SystemBoolean

Return Value

Type: DataObject
See Also