ComponentOne DataObjects for .NET
UpdateIgnore Property (C1ExpressField)

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressField Class : UpdateIgnore Property
Gets or sets a value indicating whether the field value is sent to the database (to the server) for update.
Syntax
'Declaration
 
Public Property UpdateIgnore As System.Boolean
public System.bool UpdateIgnore {get; set;}
Remarks
If this property is set to True, the field value is not sent to the server for update, even if the user has modified it. The default is False.
See Also

Reference

C1ExpressField Class
C1ExpressField Members