Data.Win.ADODB.TCustomADODataSet.Parameters
Delphi
property Parameters: TParameters read GetParameters write SetParameters;
C++
__property TParameters* Parameters = {read=GetParameters, write=SetParameters};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | protected | Data.Win.ADODB.pas Data.Win.ADODB.hpp |
Data.Win.ADODB | TCustomADODataSet |
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