| ConfigurationChangeControllerGetConfigurationObjectId Method (ConfigurationObjectType, Guid, SqlConnection, SqlTransaction) |
Locates a configuration object by it's UId and returns it's Id.
If the object can't be located then zero is returned.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic static int GetConfigurationObjectId(
ConfigurationObjectType objectType,
Guid objectUId,
SqlConnection dbConnection,
SqlTransaction dbTransaction
)
Parameters
- objectType
- Type: Omada.OE.ModelConfigurationObjectType
Must specify an object type that has a Guid key.
- objectUId
- Type: SystemGuid
Must be non-empty.
- dbConnection
- Type: System.Data.SqlClientSqlConnection
- dbTransaction
- Type: System.Data.SqlClientSqlTransaction
Return Value
Type:
Int32
See Also