Implements Hibernate's built-in support for native SQL queries.
Namespace: NHibernate.Loader.Custom.SqlAssembly: 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"...