Datasnap.Provider.TSQLResolver.Provider

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: protected
Source:
Datasnap.Provider.pas
Datasnap.Provider.hpp
Unit: Datasnap.Provider
Parent: TSQLResolver

Delphi

property Provider: TDataSetProvider read GetProvider;

C++

__property TDataSetProvider* Provider = {read=GetProvider};

Description

Indicates the provider that uses this resolver to apply updates.

Datasnap.Provider.TSQLResolver.Provider inherits from Datasnap.Provider.TCustomResolver.Provider. All content below this line refers to Datasnap.Provider.TCustomResolver.Provider.

Indicates the provider that uses this resolver to apply updates.

Provider is a read-only property that points to the provider that uses this resolver for applying updates. The Provider property is set in the constructor.

Resolvers use the Provider property internally to obtain information supplied in the provider's properties. They also use it to generate events on the provider at appropriate points in the update process.

See Also