dotConnect for Dynamics 365 Documentation
Devart.Common Namespace / RefreshRowMode Enumeration

RefreshRowMode Enumeration
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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also