public enum RefreshRowMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum RefreshRowMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
AfterInsert | Retrieve field values from the server after an INSERT statement execution. |
AfterUpdate | Retrieve field values from the server after an UPDATE statement execution. |
Both | Retrieve field values from the server after an execution of either INSERT or UPDATE statements. |
None | Never refresh field values from the server. |
System.Object
System.ValueType
System.Enum
Devart.Common.RefreshRowMode