Click or drag to resize
IDataClassUpsert Method

Note: This API is now obsolete.

Updates or inserts the current record.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use CMS.Core.Service.Resolve<CMS.DataEngine.IDataClassDataStore>().Upsert(CMS.DataEngine.IDataClass, CMS.DataEngine.WhereCondition) instead.")]
void Upsert(
	WhereCondition existingWhere
)

Parameters

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