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

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

Syntax

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

See Also