DataUtils.CopyObjectToDataRow

Copies the content of an object to a DataRow with matching field names. Both properties and fields are copied. If a field copy fails due to a type mismatch copying continues but the method returns false

public static bool CopyObjectToDataRow(DataRow row,
	object target)

Parameters

row

target


See also:

Class DataUtils

© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic