West Wind Application Settings for .NET |
wwDataUtils.CopyDataRow
|
Copies the content of a data row to another. Runs through the target's fields and looks for fields of the same name in the source row. Structure must mathc or fields are skipped.
Syntax: |
public static bool CopyDataRow( DataRow Source, DataRow Target ); |
| Parameters: |
Source Target
|