Data.DB.IProviderSupport.PSSetParams

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: IProviderSupport

Delphi

procedure PSSetParams(AParams: TParams);

C++

virtual void __fastcall PSSetParams _DEPRECATED_ATTRIBUTE0 (TParams* AParams) = 0 ;

Description

Attention: PSSetParams is deprecated. Please use IProviderSupportNG.

Assigns the specified parameter values to the dataset.

PSSetParams assigns the parameter values specified by AParams to the parameters of the dataset.

See Also