Namespace:  NHibernate.Persister.Entity
Assembly:  NHibernate (in NHibernate.dll)

Syntax

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

See Also