Click or drag to resize

DataObjectControllerGetDataObjectIdByIntPropertyValue Method (Int32, Int32, Int32, Int32, Boolean)

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public int GetDataObjectIdByIntPropertyValue(
	int dataObjectTypeId,
	int propertyId,
	int propertyValue,
	int ignoreDataObjectId = 0,
	bool withNoLock = false
)

Parameters

dataObjectTypeId
Type: SystemInt32
propertyId
Type: SystemInt32
propertyValue
Type: SystemInt32
ignoreDataObjectId (Optional)
Type: SystemInt32
withNoLock (Optional)
Type: SystemBoolean
If set to true, the result may not be committed to the database

Return Value

Type: Int32
See Also