Click or drag to resize
AbstractCompositeInfoTInfoUpsertData Method
Updates or inserts the object to the database.

Namespace: CMS.DataEngine.Internal
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
protected override void UpsertData()
Exceptions
ExceptionCondition
NotSupportedExceptionUpsert is not allowed on a composite object.
See Also