RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxParameterCollection.Add Method

Adds a TAdoDbxParameter parameter object to the parameter collection.

Pascal
function Add(Value: TObject): Integer; override;
C++
virtual __fastcall int Add(TObject * Value);

The TAdoDbxParameterCollection is a collection object that can hold a number of objects of the same type in a hierarchical list. You can derive parameters from your database columns, and add them to the TAdoDbxParameterCollection in order to access them when building SQL statements using the TAdoDbxCommand object or the TAdoDbxCommandBuilder object. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!