ComponentOne DataObjects for .NET
Update Method (C1ExpressConnection)

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressConnection Class : Update Method
Updates (commits) all changed data set rows to the database.
Syntax
'Declaration
 
Public Sub Update() 
public void Update()
Remarks
An unsuccessful update, including one resulting in an exception, triggers UpdateError event. If user code sets the event's Status argument to Continue, an update attempt is made again. This loop continues until either the update succeeds or UpdateError event code does not set Status to Continue. See Handling Update Errors on the Client for details.
See Also

Reference

C1ExpressConnection Class
C1ExpressConnection Members