[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Should primary key fields be marked pfInKey
Source position: sqldb.pp line 627
published property TSQLQuery.UsePrimaryKeyAsKey : Boolean; |
UsePrimaryKeyAsKey can be set to True to let TSQLQuery fetch all server indexes and if there is a primary key, update the ProviderFlags of the fields in the primary key with pfInKey.
The effect of this is that when UpdateMode equals upWhereKeyOnly, then only the fields that are part of the primary key of the table will be used in the update statements. For more information, see UpdateSQLs.
|
How to create update SQL statements. |
|
TCustomBufDataset.Unidirectional |
||
|
Flags for provider or update support |
|
|
What to odo with fields when applying updates |
|
|
Automatic generation of update SQL statements |