RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TUpdateSQL.GetDataSet Method

GetDataSet returns the value of the DataSet property.

Pascal
function GetDataSet: TDataSet; override;
C++
virtual __fastcall TDataSet GetDataSet();

Override GetDataSet, along with the SetDataSet method, to provide an implementation of the DataSet property. The DataSet property should represent the dataset that caches the updates to be applied by the update object. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!