RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DataStoreParameter Class

Specifies parameter for DataStoreCommand.

Pascal
DataStoreParameter = class(DbParameter, IDbDataParameter, ICloneable);
C++
class DataStoreParameter : public DbParameter, public IDbDataParameter, public ICloneable;

Ado.Net20.cs

DataStoreParameter specifies a parameter for a DataStoreCommand. Parameter names are case sensitive. 

DataStoreParameter is an implementation of the .NET DbParameter class. 

 

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