Does this statement require the StatementExecutor? Essentially, at the JDBC level, does this require an executeUpdate()?

Namespace: NHibernate.Hql.Ast.ANTLR.Tree
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
bool NeedsExecutor { get; }
Visual Basic
ReadOnly Property NeedsExecutor As Boolean
	Get
Visual C++
property bool NeedsExecutor {
	bool get ();
}

See Also