Click or drag to resize

ConfigurationChangeControllerAssignToChangeSet Method

Assigns a configuration change to a change set.

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

Parameters

changeUId
Type: SystemGuid
newChangeSetId
Type: SystemInt32
If specified as zero the change will be detached from it's present change set.
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction
See Also