Gets the hql query identified by the name.
Namespace: NHibernate.ImplAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public NamedQueryDefinition GetNamedQuery( string queryName ) |
Visual Basic |
---|
Public Function GetNamedQuery ( _ queryName As String _ ) As NamedQueryDefinition |
Visual C++ |
---|
public: virtual NamedQueryDefinition^ GetNamedQuery( String^ queryName ) sealed |
Parameters
- queryName
- Type: System..::..String
The name of that identifies the query.