IDataClassDataStoreUpsert Method |
Updates or inserts dataClass in the store.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax 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