dotConnect for SQLite Documentation
Devart.Common Namespace / RefreshRowMode Enumeration

In This Topic
    RefreshRowMode Enumeration
    In This Topic
    Describes autorefresh actions that can be taken by DbCommandBuilder and DbDataTable.
    Syntax
    'Declaration
     
    Public Enum RefreshRowMode 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    Members
    MemberDescription
    AfterInsertRetrieve field values from the server after an INSERT statement execution.
    AfterUpdateRetrieve field values from the server after an UPDATE statement execution.
    BothRetrieve field values from the server after an execution of either INSERT or UPDATE statements.
    NoneNever refresh field values from the server.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Devart.Common.RefreshRowMode

    See Also