|
From: Michael T. (JIRA) <nh...@gm...> - 2011-04-26 19:19:51
|
The UnionResultOperator result operator is not current supported
----------------------------------------------------------------
Key: NH-2679
URL: http://216.121.112.228/browse/NH-2679
Project: NHibernate
Issue Type: Bug
Components: Linq Provider
Affects Versions: 3.1.0
Reporter: Michael Teper
Priority: Major
var result1 = from foo in ISession.Query<Foo>
where ...
select foo.Bar;
var result2 = from foo in ISession.Query<Foo>
where ...
select foo.Bar;
var result3 = result1.Union(result2);
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://216.121.112.228/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|