Click or drag to resize

MainLibraryCopyPropertyValues Method

Namespace:  Omada.OE.UtilityCodeAssembly.Library
Assembly:  Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntax
C#
public static void CopyPropertyValues(
	DataObject destObject,
	DataObject sourceObject,
	IntegerList propertyIdList,
	bool clearExistingValues,
	bool overwriteExistingValues,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

destObject
Type: Omada.OE.ModelDataObject
sourceObject
Type: Omada.OE.ModelDataObject
propertyIdList
Type: IntegerList
clearExistingValues
Type: SystemBoolean
overwriteExistingValues
Type: SystemBoolean
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction
See Also