#20132: Updated NHibernate to 3.3.3 SP1

Work Item: 20132
This commit is contained in:
Piotr Szmyd
2013-09-22 17:43:59 +02:00
parent 58c2181522
commit 5f52748341
2 changed files with 44175 additions and 44168 deletions

Binary file not shown.

View File

@@ -29371,6 +29371,13 @@
If debug logging is enabled, log a string such as "msg: expression.ToString()".
</summary>
</member>
<member name="T:NHibernate.Linq.LinqLogging.ProxyReplacingExpressionTreeVisitor">
<summary>
Replace all occurances of ConstantExpression where the value is an NHibernate
proxy with a ParameterExpression. The name of the parameter will be a string
representing the proxied entity, without initializing it.
</summary>
</member>
<member name="T:NHibernate.Linq.NhQueryable`1">
<summary>
Provides the main entry point to a LINQ query.