RAD Studio VCL Reference
|
Copies contents of TDBXReader into TClientDataSet instance.
class procedure CopyReaderToClientDataSet(Reader: TDBXReader; DataSet: TClientDataSet); static;
static __fastcall CopyReaderToClientDataSet(TDBXReader Reader, TClientDataSet DataSet);
CopyReaderToClientDataSet copies the contents of a TDBXReader into a TClientDataSet instance. It returns the same TClientDataSet instance that was passed to this method.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|