简体   繁体   English

Nhibernate HQL SQL Server 2005/2008包含

[英]Nhibernate HQL SQL Server 2005 / 2008 CONTAINSTABLE

do you know anyway how I to use CONTAINSTABLEvia HQL? 你知道我如何通过HQL使用CONTAINSTABLE吗? I need to use CONTAINSTABLE, not just CONTAINS. 我需要使用CONTAINSTABLE,而不仅仅是CONTAINS。 Currently I am using a SQL-query, but I need to use the multi-query feature which is not avaiable for SQL right now. 当前,我正在使用SQL查询,但是我需要使用SQL现在不可用的多查询功能。

If there is no such thing, would I be able to extend the MSSQL dialect? 如果没有这样的东西,我可以扩展MSSQL方言吗? Or would that require to modify the core of NH? 还是需要修改NH的核心?

Thanks in advance! 提前致谢!

我已经发布了NHibernate补丁,它将在MultiQuery中添加对自定义SQL查询的支持(请参阅http://jira.nhforge.org上的NH-2495)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 NHibernate HQL Generator支持SQL Server 2016时态表 - NHibernate HQL Generator to support SQL Server 2016 temporal tables NHibernate HQL内部联接(SQL Server,Visual C#) - NHibernate HQL Inner Join (SQL Server,Visual C#) 是否将SQL Server Express 2008降级为SQL Server Express 2005? - Downgrading SQL Server Express 2008 to SQL Server Express 2005? 什么是在SQL Server 2005和2008上启用TCP的注册表设置? - what are registry settings to enable TCP on SQL Server 2005 and 2008? SqlDataReader C#,SQL Server 2005,VS 2008 - SqlDataReader C#, SQL Server 2005, VS 2008 如何检查是否已安装SQL Server 2005或2008 - How to check whether SQL Server 2005 or 2008 is installed 如何在MySQL服务器和Microsoft SQL Server 2008上同时使用NHibernate - How to use NHibernate with both MySQL server and Microsoft SQL server 2008 是否有可能运行在sql server 2008上构建的应用程序以与2005一起运行 - Is it possible to run an application built on sql server 2008 to run with 2005 连接到SQL Server数据库文件需要SQL Server 2005 Express或SQL Server 2008 asp net - Connection to SQL Server database files requires SQL Server 2005 Express or SQL Server 2008 asp net 在构建过程中如何将项目引用从SQL Server 2005更改为SQL Server 2008? - How do I change project references from SQL Server 2005 to SQL Server 2008 during a build?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM