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

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

Syntax

C#
bool IsSimpleValue { get; }
Visual Basic
ReadOnly Property IsSimpleValue As Boolean
	Get
Visual C++
property bool IsSimpleValue {
	bool get ();
}

See Also