RAD Studio VCL Reference
|
Creates and initializes an SQL resolver.
constructor Create(AProvider: TDataSetProvider); reintroduce;
__fastcall TSQLResolver(TDataSetProvider AProvider);
Provider components call Create when they need a resolver component for applying updates to a database server. Do not create resolver instances directly. Resolvers are designed to be created and used by providers, and can not function independently of a provider.
The AProvider parameter specifies the provider that creates and uses the resolver.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|