Click or drag to resize
IDataClassDataStoreUpsert Method
Updates or inserts dataClass in the store.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
void Upsert(
	IDataClass dataClass,
	WhereCondition existingWhere
)

Parameters

dataClass
Type: CMS.DataEngineIDataClass
Data class to be updated or inserted.
existingWhere
Type: CMS.DataEngineWhereCondition
Where condition to determine whether the dataClass already exists in the store.
See Also