score:2
Accepted answer
Actually it was a bug fixed in 3.0.0.Alpha2. Right now it works with the trunk.
Source: stackoverflow.com
Related Articles
- Nhibernate linq fetch in subclass
- Fetch vs FetchMany in NHibernate Linq provider
- Linq for NHibernate and fetch mode of eager loading
- NHibernate 3.x deletes child entities when combining LINQ paging, many-to-many, and subselect fetch
- LINQ Source Code Available
- creating Linq to sqlite dbml from DbLinq source code
- Why Fetch should be the last clause in Linq Nhibernate query
- NHibernate LINQ query performance, which code fragment is better?
- Best order to place the Fetch or FetchMany in nHibernate Linq statements
- source code for LINQ 101 samples
- c# Linq or code to extract groups from a single list of source data
- how to fetch data from database using linq query for relationship 1:N and N:N (between 3 entity) in asp.net mvc EF code first?
- Convert string[] to int[] in one line of code using LINQ
- Code equivalent to the 'let' keyword in chained LINQ extension method calls
- NHibernate vs LINQ to SQL
- Linq code to select one item
- How are people unit testing code that uses Linq to SQL
- Tradeoffs using NHibernate 3.0 QueryOver or LINQ provider
- Nhibernate Linq In Clause
- LINQ query to perform a projection, skipping or wrapping exceptions where source throws on IEnumerable.GetNext()
- Getting count with NHibernate + Linq + Future
- NHibernate Second Level Cache With NHibernate Linq Provider 1.0
- Nhibernate 3 & LINQ
- Linq to SQL - Don't fetch a particular column
- How to do a case-insensitive string where in NHibernate Linq query?
- Syntax to execute code block inside Linq query?
- LINQ to Nhibernate duplicates joins
- Does NHibernate LINQ support ToLower() in Where() clauses?
- NHibernate efficient Delete using LINQ Where condition
- NHibernate or LINQ to SQL
- LINQ index of min value of one Property of a Custom Object c#
- foreach statement cannot operate on variables of type 'object'
- Dynamic Create Func<T,TR> C#
- search for a header and put that header in a list
- Update data with LinQ to SQL not working
- Selecting only unique values from collection
- Help with linq query
- How do I create a custom Select lambda expression at runtime to work with sub classes
- Getting records from the database with many to many relationship in asp.net mvc
- Issue with checking nullable xml values when converting to linq
- Read last n elements of an XML file with Linq XDocument
- Coolest C# LINQ/Lambdas trick you've ever pulled?
- Implement a "join" with a variety of tables in Entity Framework
- Removing items in List using LINQ
- Overhead of using linq queries on non-changing list
- how to convert linq query result to arraylist?
- Order string contains number (Linq, C#)
- c# - using SelectMany to merge multiple lists
- Distinct Date with Linq
- Compiler can't choose between generic extension methods with different where conditions