In Linq to NHibernate, I am trying to return business users within a certain distance. This is what I have so far:
var query = from b in ActiveRecordLinq.AsQueryable()
where (3959 * Math.Aco
In Linq to NHibernate, I am trying to return business users within a certain distance. This is what I have so far:
var query = from b in ActiveRecordLinq.AsQueryable()
where (3959 * Math.Aco