From: dmitry (JIRA) <nh...@gm...> - 2011-06-29 14:38:44
|
Linq: selecting into a new array doesn't work --------------------------------------------- Key: NH-2782 URL: http://216.121.112.228/browse/NH-2782 Project: NHibernate Issue Type: Bug Components: Linq Provider Affects Versions: 3.1.0 Reporter: dmitry Priority: Major from u in source select new { Cells = new object[] { u.Id, u.Name } }; NotSupportedException is thrown. Message: NewArrayInitExpression -- 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 |