UseEtags
The purpose of this property is to optionally hide the Etag column if the service does not return a value for it. Otherwise, it will be included but remain empty.
Data Type
bool
Default Value
true
Remarks
When the UseEtags property is set to true, a new column called Etag will be exposed for each table. This column will display the Etag value for the specified row. If the service does not support ETags, the value in this column will be NULL. In such cases, it is recommended to set this property to false to remove the column entirely.
This property is useful for keeping track of record updates.