IBX.IBCustomDataSet.TIBUpdateRecordTypes
Delphi
type TIBUpdateRecordTypes = set of TCachedUpdateStatus;
C++
typedef System::Set<TCachedUpdateStatus, TCachedUpdateStatus::cusUnmodified, TCachedUpdateStatus::cusUninserted> TIBUpdateRecordTypes;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| set typedef | public | IBX.IBCustomDataSet.pas IBX.IBCustomDataSet.hpp | IBX.IBCustomDataSet | IBX.IBCustomDataSet | 
Description
TIBUpdateRecordTypes is a subset of all possible record types in a dataset that caches updates.
TIBUpdateRecordTypes is a set of TCachedUpdateStatus values. It describes the different types of status allowed for records in a dataset that caches updates if they are to be included in a specified set.