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?
Tag: nhibernate
NHibernate IN Expression / Restrictions Hitting 2100 Parameter Limit SQL Server
Is there a way to force NHibernate to run a query without executing it as a parameterized query. Basically I’m running into an issue where I am hitting SQL Server’s 2100 parameter limit. I’m hitting a limit because of an “IN” restriction on my query. For reasons I won’t get into details about I need to use an NHibernate In
Delete many records from table A and B with one FK to table B
I have 2 tables: A and B A contains the following columns: B contains the following: B has a reference to A from A_id column (FK) The question: I want to delete all records from table A that their checkpoint_id is less than X: But I can’t do it since “The primary key value cannot be deleted because references to