Data.DB.IProviderSupport.PSSetParams

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PSSetParams(AParams: TParams);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DB.pas
Data.DB.hpp
Data.DB IProviderSupport

Description

Warning: 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