[Missing <summary> documentation for "P:NHibernate.Mapping.Property.IsEntityRelation"]

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

Syntax

C#
public bool IsEntityRelation { get; }
Visual Basic
Public ReadOnly Property IsEntityRelation As Boolean
	Get
Visual C++
public:
property bool IsEntityRelation {
	bool get ();
}

See Also