Are we logging SQL to the console?

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

Syntax

Visual Basic (Declaration)
ReadOnly Property IsShowSqlEnabled As Boolean
C#
bool IsShowSqlEnabled { get; }
Visual C++
property bool IsShowSqlEnabled {
	bool get ();
}
JavaScript
function get_isShowSqlEnabled();

See Also