dotConnect for MySQL Documentation
Devart.Common Namespace / DbDataSet Class / Update Method

In This Topic
    Update Method (DbDataSet)
    In This Topic
    Executes the appropriate commands to delete, insert, or update rows in the data source.
    Syntax
    'Declaration
     
    Public Sub Update() 
    public void Update()
    See Also