ComponentOne DataObjects for .NET
UpdateLeavingRow Property

C1.Data.2 Assembly > C1.Data Namespace > BaseDataTableSource Class : UpdateLeavingRow Property
Gets or sets a value indicating whether modified rows are immediately updated to the database when the end user leaves the row.
Syntax
'Declaration
 
Public Property UpdateLeavingRow As System.Boolean
public System.bool UpdateLeavingRow {get; set;}
Remarks
This property is False by default, which means that you need to call the C1DataSet.Update method of the C1DataSet object to commit changes to the database. If it is set True, C1DataObjects automatically calls C1DataSet.Update when the user changes a row in a control bound to this component and leaves that row.
See Also

Reference

BaseDataTableSource Class
BaseDataTableSource Members
When the Database is Updated
C1DataTableSource Class
C1ExpressTable Class