Method Move
| Improve this Doc View SourceMove(Int32)
Moves this DataRow within current DataSet.
Declaration
public void Move(int offset)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | offset | The offset to move this DataRow. |
Moves this DataRow within current DataSet.
public void Move(int offset)
Type | Name | Description |
---|---|---|
System.Int32 | offset | The offset to move this DataRow. |