Data.DBXCommon.TDBXParameter
| [–] Properties | |
|---|---|
| Type: class | |
| Visibility: public | |
| Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
| Unit: Data.DBXCommon | |
| Parent: Data.DBXCommon | |
Delphi
TDBXParameter = class(TDBXValueType)
C++
class PASCALIMPLEMENTATION TDBXParameter : public TDBXValueType
Description
Individual parameters for queries and stored commands.
TDBXParameter should be created by calling CreateParameter for each "?" parameter marker specified in the Text property. Once a TDBXParameter is created, it must be added to a TDBXCommand parameter list by calling AddParameter method.