RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TParameters.ParameterCollection Property

Encapsulates the ADO Parameters Collection object.

Pascal
property ParameterCollection: Parameters;
C++
__property Parameters ParameterCollection;

Use Properties to get direct access to the ADO Parameters Collection for the ADO Recordset object with which the TParameters is associated. A Parameters Collection object contains al of the ADO Parameters objects for a command. A Parameters Collection contains one or more ADO Parameter objects.

Note: Use of ParameterCollection to directly access the underlying ADO Parameters Collection object requires a good working knowledge of ADO objects in general and ADO Parameters Collection objects in specific. Consult the Microsoft Data Store SDK help for specific information on using ADO Parameters Collection objects.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!