Implements Hibernate's built-in support for native SQL queries.

Namespace: NHibernate.Loader.Custom.Sql
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public class SQLCustomQuery : ICustomQuery
Visual Basic
Public Class SQLCustomQuery _
	Implements ICustomQuery
Visual C++
public ref class SQLCustomQuery : ICustomQuery

Remarks

This support is built on top of the notion of "custom queries"...

Inheritance Hierarchy

System..::..Object
  NHibernate.Loader.Custom.Sql..::..SQLCustomQuery

See Also