Data.Win.ADODB.TParameters
Delphi
TParameters = class(TOwnedCollection)
C++
class PASCALIMPLEMENTATION TParameters : public System::Classes::TOwnedCollection
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Data.Win.ADODB.pas Data.Win.ADODB.hpp |
Data.Win.ADODB | Data.Win.ADODB |
Description
TParameters manages a collection of parameters.
Use TParameters to manage a collection of TParameter objects for an object that uses field parameters. For example, TADOStoredProc objects and TADOQuery objects use TParameters objects (in properties named Parameters) to create and access their parameters.
Use the properties and methods of TParameters to:
- Access a specific parameter.
- Add or delete field parameters from the list.
- Get or set the values of individual parameters.
- Compare collections of parameters.
- Iterate through all parameters.
- Copy a collection of parameters to another parameter collection.