DataUtils.CopyObjectFromDataRow

Populates an object passed in from values in a data row that's passed in.

public static void CopyObjectFromDataRow(DataRow row,
	object targetObject,
	MemberInfo[] cachedMemberInfo)

Parameters

row
Data row with values to fill from

targetObject
Object to file values from data row

cachedMemberInfo


See also:

Class DataUtils

© West Wind Technologies, 1996-2020 • Updated: 07/15/20
Comment or report problem with topic