[Missing <summary> documentation for "P:NHibernate.Cfg.MappingSchema.HbmBag.ElementRelationship"]

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

Syntax

C#
public Object ElementRelationship { get; }
Visual Basic
Public ReadOnly Property ElementRelationship As Object
	Get
Visual C++
public:
virtual property Object^ ElementRelationship {
	Object^ get () sealed;
}

Implements

ICollectionPropertiesMapping..::..ElementRelationship

See Also