ComponentOne DataObjects for .NET
UpdateRefresh Property (DbTableField)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > DbTableField Class : UpdateRefresh Property
Gets or sets the value indicating whether the field value is refreshed, retrieved from the database after updating the database record.
Syntax
'Declaration
 
Public Property UpdateRefresh As System.Boolean
public System.bool UpdateRefresh {get; set;}
Remarks
If this property is set to False, the field value is not refreshed, regardless of the value of Table.UpdateRefreshMode. If it is set to True (default), this is determined by the value of the Table.UpdateRefreshMode property.
See Also

Reference

DbTableField Class
DbTableField Members
Table Fields
Updating the Database