dotConnect for DB2 Documentation
Devart.Common Namespace / DbCommandBuilderBase Class / RefreshMode Property

In This Topic
    RefreshMode Property (DbCommandBuilderBase)
    In This Topic
    Gets or sets a value that indicates whether and how the DbCommandBuilderBase should retrieve field values adjusted by server after an update.
    Syntax
    'Declaration
     
    Public Property RefreshMode As RefreshRowMode
    public RefreshRowMode RefreshMode {get; set;}

    Property Value

    One of the RefreshRowMode values.
    See Also