Data.Win.ADODB.TADOQuery.Parameters

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Parameters: TParameters read GetParameters write SetParameters;

C++

__property Parameters;

Properties

Type Visibility Source Unit Parent
property published
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Data.Win.ADODB TADOQuery

Description

Contains the collection of parameters for an SQL statement.

Data.Win.ADODB.TADOQuery.Parameters inherits from Data.Win.ADODB.TCustomADODataSet.Parameters. All content below this line refers to Data.Win.ADODB.TCustomADODataSet.Parameters.

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