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

Syntax

Visual Basic (Declaration)
Public Property IsShowSqlEnabled As Boolean
C#
public bool IsShowSqlEnabled { get; set; }
Visual C++
public:
property bool IsShowSqlEnabled {
	bool get ();
	void set (bool value);
}
JavaScript
function get_isShowSqlEnabled();
function set_isShowSqlEnabled(value);

See Also