dotConnect for MySQL Documentation
Devart.Common Namespace / DbDataTable Class / RefreshRow(DataRow) Method
The row to refresh.

In This Topic
    RefreshRow(DataRow) Method
    In This Topic
    Refreshes the specified row with values from server.
    Syntax
    'Declaration
     
    Public Sub RefreshRow( _
       ByVal row As DataRow _
    ) 
    public void RefreshRow( 
       DataRow row
    )

    Parameters

    row
    The row to refresh.
    Remarks
    DbDataTable uses primary key fields to find the row on the server.
    See Also