Skip to content
Advertisement

Tag: nhibernate

Make custom Restriction NHibernate for QueryOver

I’m stuck in a simple problem, I’d like to add a new custom restriction in NHibernate. I want to write a simple QueryOver with a fulltext index, an example with a Projections is here How to use Full Text Search for any property with QueryOver API But I need a more flexibility so I’d like something like Is it possible?

Advertisement