I just upgraded to LLBL's 1.0.2005.1 version and my code broke in one place
Dim exp2 As ORMQueryExecutionException = DirectCast(exp, ORMQueryExecutionException)
Dim paramCol As System.Data.IDataParameterCollection = exp2.Parameters
The exp2.Parameters now returns an IList instead of IDataParameterCollection. But what about the items in exp2.Parameters; are they still of type System.Data.IDataParameter