nhibernate - Method join is not implimented -
I am using Fluent NBibernate,
I have selected the customer name and CustProdId Code is written. / P>
When I execute the code, I get an error, "Join the method is not implimented."
How to write internals for this query?
var data = (Join CP.Link in the session & lt; Customer Product & gt; () session in the CU. Select cu.customerID equal to customerId new {cp.CUSTPRODID, cu.CUSTOMERNAME}). Specific (); This is a limit of Linq for NHibernate implementation that ships with Fluent NHibernate, not
FNH directly.
In fact, you are goodbye using linq for complex queries, until the rewrite in the NihantNet Trunk is complete you should return to the Criterion API or HQL.
Comments
Post a Comment