DataUtils.DataReaderToObjectList<TType>
Related Topics
See also
Class DataUtils
West Wind Web Toolkit for ASP.NET
 DataUtils.DataReaderToObjectList<TType>
public static List<TType> DataReaderToObjectList<TType>(IDataReader reader,
	string fieldsToSkip,
	Dictionary<String,PropertyInfo> piList);

Parameters

IDataReader reader

string fieldsToSkip

Dictionary<String

PropertyInfo> piList


See also:

Class DataUtils


Last Updated: 12/15/12 | © West Wind Technologies, 1996-2012
Comment or report problem with topic