[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Set of TProviderFlag flags
Source position: db.pas line 65
type TProviderFlags = set of ( |
||
pfInUpdate, |
|
Changes to the field should be propagated to the database. |
pfInWhere, |
|
Field should be used in the WHERE clause of an update statement in case of upWhereChanged. |
pfInKey, |
|
Field is a key field and used in the WHERE clause of an update statement |
pfHidden, |
|
|
pfRefreshOnInsert, |
|
This field's value should be refreshed after insert. |
pfRefreshOnUpdate |
|
This field's value should be refreshed after update. |
); |
TProviderFlags is used for the TField.ProviderFlags property to describe the role of the field when applying updates to a database.
|
Flags for provider or update support |