Data.Win.ADODB.TCustomADODataSet.Parameters

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: protected
Source:
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Unit: Data.Win.ADODB
Parent: TCustomADODataSet

Delphi

property Parameters: TParameters read GetParameters write SetParameters;

C++

__property TParameters* Parameters = {read=GetParameters, write=SetParameters};

Description

Contains the collection of parameters for an SQL statement.

At design time, use Parameters to access the parameters for the SQL statement used by the ADO component. Use the properties and methods of Parameters to set and get individual parameter values or to set or inspect parameter attributes.

At run time, use the Parameters property editor to access the collection of parameters.

See Also

Code Examples