ObjectTypeInfoUseUpsert Property |
Indicates whether the object can use upsert. If not set, the value is inferred from
IsBinding (only binding objects can use upsert by default).
Setting this property to any value overrides the default behavior.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public bool UseUpsert { get; set; }
Property Value
Type:
BooleanRemarks
When set to true, objects with ID value set are updated as usual. If their ID is not set, then upsert is used.
See Also