[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Flags for provider or update support
Source position: db.pas line 445
published property TField.ProviderFlags : TProviderFlags |
ProviderFlags contains a set of flags that can be used by engines that automatically generate update SQL statements or update data packets. The various items in the set tell the engine whether the key is a key field, should be used in the where clause of an update statement or whether - in fact - it should be updated at all.
These properties should be set by the programmer so engines such as SQLDB can create correct update SQL statements whenever they need to post changes to the database. Note that to be able to set these properties in a designer, persistent fields must be created.
|
Original fieldname of the field. |