System.Data.DataRow.RowState Property

Gets the current state of the row with regard to its relationship to the System.Data.DataRowCollection.

Syntax

public DataRowState RowState { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The value of the DataRow.RowState depends on two factors: the kind of operation has been performed on the row, and whether DataRow.AcceptChanges has been called on the System.Data.DataRow.

Requirements

Namespace: System.Data
Assembly: System.Data (in System.Data.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0