Does the component managed by this tuuplizer contain a parent property?

Namespace: NHibernate.Tuple.Component
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

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

Return Value

True if the component does contain a parent property; false otherwise.

See Also