Click or drag to resize

DataObjectControllerGetSinglePropertyValueT Method (Int32, Int32, T)

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public virtual T GetSinglePropertyValue<T>(
	int dataObjectId,
	int propertyId,
	T defaultValue
)
where T : Object, IEquatable<T>

Parameters

dataObjectId
Type: SystemInt32
propertyId
Type: SystemInt32
defaultValue
Type: T

Type Parameters

T

Return Value

Type: T
See Also