REST.Backend.ServiceTypes.IBackendStorageApi.UpdateObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateObject(const AObject: TBackendEntityValue; const AJSONObject: TJSONObject;  out AUpdatedObject: TBackendEntityValue);

C++

virtual void __fastcall UpdateObject(const Rest::Backend::Metatypes::TBackendEntityValue &AObject, System::Json::TJSONObject* const AJSONObject, /* out */ Rest::Backend::Metatypes::TBackendEntityValue &AUpdatedObject) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
REST.Backend.ServiceTypes.pas
REST.Backend.ServiceTypes.hpp
REST.Backend.ServiceTypes IBackendStorageApi

Description

Embarcadero Technologies does not currently have any additional information.