DataRowState

Overview

The DataRowState enum defines the current state of a single data row.

Location

Value Description
Added Data row was added to the table, but changes haven't been applied yet.
Deleted Data row was deleted from the table, but changes haven't been applied yet.
Detached Row is not tied to any data table. It can happen if row had been added at first, but removed without applying changes.
Modified Some data row values were modified, but changes haven't been applied yet.
Unchanged Row is currently in his initial state, having his values unchanged.