Click or drag to resize

DataObjectTypeControllerLoadDataObjectType Method (Int32, Boolean)

Loads an DataObjectType by its id.

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

Parameters

id
Type: SystemInt32
throwIfNotFound (Optional)
Type: SystemBoolean

Return Value

Type: DataObjectType
See Also