Click or drag to resize
IDataClassUpsert Method
Updates or inserts the current record.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
void Upsert(
	WhereCondition existingWhere
)

Parameters

existingWhere
Type: CMS.DataEngineWhereCondition
Where condition for the existing object
See Also