Mercurial > pub > bltoolkit
comparison Source/Data/Linq/Query.cs @ 4:f757da6161a1
!bug 100 + 2h fixed gregression
author | cin |
---|---|
date | Sun, 24 Aug 2014 17:57:42 +0400 |
parents | f990fcb411a9 |
children |
comparison
equal
deleted
inserted
replaced
3:1ef98bd70424 | 4:f757da6161a1 |
---|---|
146 | 146 |
147 try | 147 try |
148 { | 148 { |
149 query = new ExpressionBuilder(new Query<T>(), dataContextInfo, expr, null).Build<T>(); | 149 query = new ExpressionBuilder(new Query<T>(), dataContextInfo, expr, null).Build<T>(); |
150 } | 150 } |
151 catch (Exception) | 151 catch (Exception err) |
152 { | 152 { |
153 if (!Configuration.Linq.GenerateExpressionTest) | 153 if (!Configuration.Linq.GenerateExpressionTest) |
154 { | 154 { |
155 #if !SILVERLIGHT | 155 #if !SILVERLIGHT |
156 DbManager.WriteTraceLine( | 156 DbManager.WriteTraceLine( |