ComponentOne DataObjects for .NET
InsertIgnore Property

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

Reference

DbTableField Class
DbTableField Members
Table Fields
Updating the Database