Datasnap.Provider.TCustomResolver

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomResolver
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.Provider.pas
Datasnap.Provider.hpp
Unit: Datasnap.Provider
Parent: Datasnap.Provider

Delphi

TCustomResolver = class(TComponent)

C++

class PASCALIMPLEMENTATION TCustomResolver : public System::Classes::TComponent

Description

TCustomResolver is the base class for components that apply updates on behalf of a provider.

TCustomResolver defines the fundamental properties and methods used by resolver components for applying updates from a client dataset or XML broker and resolving errors that occur as part of that update process.

TCustomResolver has two descendants: TDataSetResolver, which applies updates to a dataset, and TSQLResolver, which applies updates directly to a database server.

Do not create resolver instances. Provider components create their own TCustomResolver descendants for applying updates.

See Also