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-2024 • Updated: 06/29/24
Comment or report problem with topic