Not very efficient but provides an easy way to retrieve
public virtual IEnumerable<T> QueryWithExclusions<T>(string sql, string propertiesToExclude, Object[] parameters);
propertiesToExclude
Comma delimited list of properties that are not to be updated
parameters
DbParameters to fill the SQL statement