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

See also:

Class wwDataUtils


Last Updated: 1/28/2007 | Send topic feedback