Data.DBXCommon.TDBXParameterList
Delphi
TDBXParameterList = class
C++
class PASCALIMPLEMENTATION TDBXParameterList : public System::TObject
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | Data.DBXCommon |
Description
A collection of TDBXParameter instances that can be used to get and set parameters for a TDBXCommand.
The Parameters property returns an instance of TDBXParameterList. The TDBXParameterList manages a collection of TDBXParameter instances that can be used to get and set parameters for a TDBXCommand. The lifetime of all TDBXParameter instances added to this list will be managed by this list. So when Free is called, Free will also be called for all items in the list.