Data.Win.ADODB.TADOQuery.Parameters

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property Parameters;

C++

__property Parameters;

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