RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DataStoreDataAdapter Class

Fills a DataSet and updates a Blackfish SQL database.

Pascal
DataStoreDataAdapter = class(DbDataAdapter, IDbDataAdapter, ICloneable, ISupportInitialize);
C++
class DataStoreDataAdapter : public DbDataAdapter, public IDbDataAdapter, public ICloneable, public ISupportInitialize;

Ado.Net20.cs

DataStoreDataAdapter specifies an object that can be used to fill a DataSet and update a Blackfish SQL database. It contains a DataStoreConnection instance and up to 4 DataStoreCommand instances. 

DataStoreCommand is an implementation of the .NET DbDataAdapter class. 

 

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