Copies the data from data reader or other data records.
Source must have the same field count as row, data mapping is ignored by loading the data. It is recommended to create the mapping from the reader
| Exception Type | Condition |
|---|---|
| ArgumentException | Thrown when the reader has different FieldCount as the Row. |
| NotSupportedException | Thrown when bound to other type then DataRow. |
CopyOfBoundRow Class | Resco.Controls.AdvancedList Namespace | CopyOfBoundRow.SetData Overload List