RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetUpdateObject.DataSet Property

Specifies the dataset that stores the cached updates to be applied by the update object.

Pascal
property DataSet: TDataSet;
C++
__property TDataSet DataSet;

DataSet is the dataset that stores the updates that this update object applies to a database server. The update object uses the dataset to obtain information about the original and updated field values. 

 

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