Gets a Boolean indicating if this is a SimpleValue that does not involve foreign keys.

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

Syntax

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

See Also