Click or drag to resize

ConfigurationChangeControllerGetConfigurationObjectUId Method (ConfigurationObjectType, Int32, SqlConnection, SqlTransaction)

Locates a configuration object by it's Id and returns it's UId. If the object can't be located then an empty Guid is returned.

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

Parameters

objectType
Type: Omada.OE.ModelConfigurationObjectType
Must specify an object type that has a Guid key.
objectId
Type: SystemInt32
Must be greater than zero.
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: Guid
See Also