RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DataStoreDataAdapter.DataStoreDataAdapter Constructor ()

Initializes a new instance of the DataStoreDataAdapter class.

Pascal
constructor Create;
constructor Create(selectCommand: DataStoreCommand);
constructor Create(selectQuery: string; connectionString: string);
constructor Create(selectQuery: string; connection: DataStoreConnection);
C++
DataStoreDataAdapter();
DataStoreDataAdapter(DataStoreCommand selectCommand);
DataStoreDataAdapter(string selectQuery, string connectionString);
DataStoreDataAdapter(string selectQuery, DataStoreConnection connection);

DataStoreDataAdapter initializes a new instance of the DataStoreDataAdapter class, which is an implementation of the DbDataAdapter class. 

 

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