|
From: Fabio M. (JIRA) <nh...@gm...> - 2011-04-26 19:24:24
|
[ http://216.121.112.228/browse/NH-2679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Fabio Maulo updated NH-2679:
----------------------------
Issue Type: Improvement (was: Bug)
> The UnionResultOperator result operator is not current supported
> ----------------------------------------------------------------
>
> Key: NH-2679
> URL: http://216.121.112.228/browse/NH-2679
> Project: NHibernate
> Issue Type: Improvement
> 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
|