RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdoDbxParameterCollection Class

Collects parameters into a .NET collection object that can be read and manipulated.

Pascal
TAdoDbxParameterCollection = class(DbParameterCollection);
C++
class TAdoDbxParameterCollection : public DbParameterCollection;

Borland.Data.AdoDbxClientProvider

Serves as a logical storage and management structure for a group of parameters. Collections, which can be organized as lists, arrays, and hashtables, can be read from and sometimes written to, depending on the properties of the collection. You can navigate the collection tree to locate parameters or to add parameters. 

The TAdoDbxParameterCollection class is an implementation of the ADO.NET DbParameterCollection class. 

 

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