I'm calling the following:
records = session.QueryOver(Of foo)() _
                .Where(Function(f) f.MyTime < DateTime.Now).List(Of 
foo).ToList()

but I get the following error:
Cannot interpret member from Convert((f.TimeOut < Convert(DateTime.Now)))

My database field has null values in it, and the entity is setup as a 
nullable column.
Any ideas why this would be throwing an error?
The nhibernate mappings and entities are in a c# library, while the code 
calling it is vb (not sure what kind of issue that would create)

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/nhusers.
For more options, visit https://groups.google.com/d/optout.

Reply via email to