Discussion:
[nhusers] problem similar to this https://nhibernate.jira.com/browse/NH-3186
Gof
2018-03-15 15:05:07 UTC
Permalink
1 nhibernate 5.0.3
.Query<XmlFid>()
.Cacheable()
.CacheMode(CacheMode.Normal)
.Fetch(x => x.User)
.SingleOrDefault(d => d.Id == 1);

error: Parameter 'inputInfo' has type
'Remotion.Linq.Clauses.StreamedData.StreamedSingleValueInfo' when type
'Remotion.Linq.Clauses.StreamedData.StreamedSequenceInfo' was expected.

https://nhibernate.jira.com/browse/NH-3186

2 .Query<XmlFid>()
.Cacheable()
.CacheMode(CacheMode.Normal)
.Fetch(x => x.User)
.FirstOrDefault();
--
You received this message because you are subscribed to the Google Groups "nhusers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nhusers+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
Visit this group at https://groups.google.com/group/nhusers.
For more options, visit https://groups.google.com/d/optout.
Loading...