|
AnyDAC
|
Identifies the dataset on which change log update object will operate.
TADCustomUpdateObject uses the DataSet property for two purposes:
If you are using a single update object, then the DataSet property is set automatically when you set the source dataset's UpdateObject property. If you are using multiple update objects, you must set the DataSet property at runtime in an OnUpdateRecord event handler.
property DataSet: TADAdaptedDataSet;
|
What do you think about this topic? Send feedback!
|