The relation of the element of the collection.

Namespace: NHibernate.Cfg.MappingSchema
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
Object ElementRelationship { get; }
Visual Basic
ReadOnly Property ElementRelationship As Object
	Get
Visual C++
property Object^ ElementRelationship {
	Object^ get ();
}

Remarks

Can be one of: HbmCompositeElement, HbmElement, HbmManyToAny, HbmManyToMany, HbmOneToMany... according to the type of the collection.

See Also