Click or drag to resize

DataObjectTypeControllerLoadDataObjectType Method (String, Boolean)

Loads an DataObjectType by its system name.

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

Parameters

systemName
Type: SystemString
throwIfNotFound (Optional)
Type: SystemBoolean

Return Value

Type: DataObjectType
See Also