[Missing <summary> documentation for "P:NHibernate.Cfg.Loquacious.IDbIntegrationConfigurationProperties.LogSqlInConsole"]

Namespace: NHibernate.Cfg.Loquacious
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
bool LogSqlInConsole { set; }
Visual Basic
WriteOnly Property LogSqlInConsole As Boolean
	Set
Visual C++
property bool LogSqlInConsole {
	void set (bool value);
}

See Also