Compile a "normal" query. This method may be called multiple times. Subsequent invocations are no-ops.

Namespace:  NHibernate.Hql.Classic
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Sub Compile ( _
	replacements As IDictionary, _
	scalar As Boolean _
)
C#
public void Compile(
	IDictionary replacements,
	bool scalar
)
Visual C++
public:
virtual void Compile(
	IDictionary^ replacements, 
	bool scalar
) sealed
JavaScript
function compile(replacements, scalar);

Parameters

replacements
Type: System.Collections..::.IDictionary
scalar
Type: System..::.Boolean

Implements

IQueryTranslator..::.Compile(IDictionary, Boolean)

See Also