ComponentOne DataObjects for .NET
UpdateLocate Property (DbTableField)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > DbTableField Class : UpdateLocate Property
Gets or sets the value indicating whether the field value is used to locate the database record that is going to be updated.
Syntax
'Declaration
 
Public Property UpdateLocate As System.Boolean
public System.bool UpdateLocate {get; set;}
Remarks
If this property is set to False, the field is not used for locating the database record, regardless of the value of Table.UpdateLocateMode. If it is set to True (default), this is determined by the value of the Table.UpdateLocateMode property.
See Also

Reference

DbTableField Class
DbTableField Members
Table Fields
Updating the Database