dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DbDataTable Class / CachedUpdates Property

In This Topic
    CachedUpdates Property
    In This Topic
    Enables or disables cached updates mode.
    Syntax
    'Declaration
     
    Public Property CachedUpdates As Boolean
    public bool CachedUpdates {get; set;}

    Property Value

    If true, the changes made to DbDataTable are not sent to server until the Update() method is invoked. If false, the Update() method is automatically called once a row finishes editing in a visual component.
    See Also