DataTableSurrogate::RowStates Property
Gets or sets an array that represents the state of each row in the table.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
| Exception | Condition |
|---|---|
| ArgumentNullException | value is a nullptr. |
The row states are represented with 2 bits. Therefore the length of the BitArray object will be twice the size of the number of rows.
Show: