Namespace:  NHibernate.Driver
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Protected ReadOnly Property IsPrepareSqlEnabled As Boolean
C#
protected bool IsPrepareSqlEnabled { get; }
Visual C++
protected:
property bool IsPrepareSqlEnabled {
	bool get ();
}
JavaScript
function get_isPrepareSqlEnabled();

See Also