Click or drag to resize

PropertyControllerGetValueId Method (Guid, SqlConnection, SqlTransaction)

Note: This API is now obsolete.

Returns the Id of a set property value from its UId. The method doesn't consider the security model. The method doesn't consider whether the property or value is marked as deleted.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
[ObsoleteAttribute("Use non-static version instead - Obsoleted in v14")]
public static int GetValueId(
	Guid propertyValueUId,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

propertyValueUId
Type: SystemGuid
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: Int32
Returns the Id of the specified set property value. If the specified set property value doesn't exist zero is returned.
See Also