DataUtils.DataReaderToList<T>
public static List<T> DataReaderToList<T>(IDataReader reader,
	string propertiesToSkip,
	Dictionary<String,PropertyInfo> piList)

Parameters

IDataReader reader

string propertiesToSkip

Dictionary<String,PropertyInfo> piList


See also:

Class DataUtils

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