Click or drag to resize

DataObjectControllerGetDataObject Method (Guid, 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(
	Guid UId,
	bool overrideSecurity = false
)

Parameters

UId
Type: SystemGuid
UId of data object to be returned.
overrideSecurity (Optional)
Type: SystemBoolean

Return Value

Type: DataObject
See Also