RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DataStoreParameterCollection Class

Collection of parameters for DataStoreCommand.

Pascal
DataStoreParameterCollection = class(DbParameterCollection, IDataParameterCollection, IList, ICollection, IEnumerable);
C++
class DataStoreParameterCollection : public DbParameterCollection, public IDataParameterCollection, public IList, public ICollection, public IEnumerable;

Ado.Net20.cs

DataStoreParameterCollection specifies a collection of DataStoreParameters for a DataStoreCommand

DataStoreParameterCollection is an implementation of the .NET DbParameterCollection class. 

 

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