RefreshRowMode Enumeration
In This Topic
Describes autorefresh actions that can be taken by
DbCommandBuilder and
DbDataTable.
Syntax
Members
| 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. |
Inheritance Hierarchy
See Also