Incomplete
Details
Details
Assignee
Unassigned
UnassignedReporter
sianabanana
sianabananaComponents
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created March 7, 2011 at 9:09 AM
Updated December 13, 2012 at 10:37 PM
Resolved December 13, 2012 at 10:37 PM
I have a dao method that accepts a boolean, and then i use IQueryable to compare to a property on my domain entity.
So
.Query().Where(x => (x.Active == active)
The error im getting is...
Unable to cast object of type 'System.Boolean' to type 'System.String'
Im using NHibernate 3.0.0.4000