Click or drag to resize
AbstractCompositeInfoTInfoUpsertDataInternal Method
Upserts the data to the database.

Namespace: CMS.DataEngine.Internal
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
protected override void UpsertDataInternal(
	WhereCondition existingWhere
)

Parameters

existingWhere
Type: CMS.DataEngineWhereCondition
Existing data where condition
Exceptions
ExceptionCondition
NotSupportedExceptionUpsert is not allowed on a composite object.
See Also