Hello all, So I'm having a bit of difficulty trying to build a LINQ to NH Spatial provider. Specifically, I have not found a way to specify the user type for IGeometry types. So, even though I have the backend LINQ parser code plugged in, queries fail due to "No persister for: GeoAPI.Geometries.IGeometry."
In Criteria and HQL specifying the user type is easy. How do I specify the user type for a LINQ query so that my backend code is invoked? Thanks!
