wwData.CopyDataRow

Copies fields from one datarow to another by looking at the target's field list and trying to retrieve the fields with the same name from the source datarow

public static void CopyDataRow( DataRow Source,
	DataRow Target );

Return Value

void

Parameters

Source

Target


See also:

Class wwData

© West Wind Technologies, 1996-2018 • Updated: 05/04/05
Comment or report problem with topic