FireDAC.Stan.Option.TFDUpdateOptions Properties
InheritedProtected
| AssignedValues | published | Specifies the set of changed options. |
| AutoCommitUpdates | published | AutoCommitUpdates controls the automatic committing of cached updates. |
| CheckReadOnly | published | Controls the checking of the ReadOnly property. |
| CheckRequired | published | Controls the checking of the Required property. |
| CheckUpdatable | published | Controls the ability to change a TField value. |
| Container | public | |
| CountUpdatedRecords | published | Controls the checking of an updated record count. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| EnableDelete | published | Allows you to delete records from the dataset. |
| EnableInsert | published | Allows you to insert records into the dataset. |
| EnableUpdate | published | Allows you to edit records of the dataset. |
| FastUpdates | published | Controls the choice between fast and secure updates. |
| FetchGeneratorsPoint | published | Controls the moment when the next generator value is fetched. |
| GeneratorName | published | Specifies the generator name from which to fetch the next value for auto-incremental fields. |
| LockMode | published | Controls how FireDAC locks a database record while editing it. |
| LockPoint | published | Controls the moment when the database record will be locked. |
| LockWait | published | Controls the waiting for the pessimistic lock to be acquired. |
| OwnerObj | public | |
| ReadOnly | published | Specifies whether the dataset is read-only. |
| RefreshDelete | published | Specifies whether a dataset should delete a record locally when a database record is not found at refreshing. |
| RefreshMode | published | Specifies how the dataset should refresh a record after posting an update to it. |
| RequestLive | published | Sets ReadOnly to False and includes fiMeta in Items. |
| UpdateChangedFields | published | Controls which fields to include in the UPDATE or INSERT command. |
| UpdateMode | published | Controls how FireDAC locates records when posting updates. |
| UpdateNonBaseFields | published | Controls whether fields from the joined non-base table should be included in the UPDATE or INSERT command. |
| Version | public | Represents the current options version. |