I too would love to see this implemented; if it helps, I reported this as an issue with Ayende's RavenDB; the relevant comitt can be found here: https://github.com/ayende/ravendb/commit/2dec695d5ee8db5f61fcc5b31effcf41f1789055
On Dec 6, 10:41 am, JamesSpibey <[email protected]> wrote: > Hi, > > I've just download NHibernate 3 GA and was disappointed to find that > the new NHibernate Linq provider has the same problems with VB.NET > that the previous on did, mainly > > - Handling of Nullable types (Neither IsNothing(x) or x.HasValue) work > - Equality operator on strings (although we can get around this by > using the Equals() method) > > Moving to C# is not an option for us. Are there any plans to make the > linq provider work with VB.NET? -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
