Click or drag to resize

PropertyControllerGetUId Method

Returns the U(nique)Id of a property from its Id. The UId of a property remains the same when it is transported to another system. This is not the case with the Id of a property. The method doesn't consider the security model. The method doesn't consider whether the property is marked as deleted.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static Guid GetUId(
	int propertyId,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

propertyId
Type: SystemInt32
Must be greater than zero.
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: Guid
Returns the UId of the property. If the specified property doesn't exist an empty Guid is returned.
See Also