DataAccessBase.QueryWithExclusions<T>

Executes a SQL statement and creates an object list using Reflection.

Not very efficient but provides an easy way to retrieve

public virtual IEnumerable<T> QueryWithExclusions<T>(DbCommand sqlCommand,
	string propertiesToExclude,
	Object[] parameters)

Return Value

List of objects

Parameters

sqlCommand
propertiesToExclude
parameters
DbParameters to fill the SQL statement

Overloads:


See also:

Class DataAccessBase

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