[Missing <summary> documentation for "P:NHibernate.Cfg.MappingSchema.HbmMap.Inverse"]

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

Syntax

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

Implements

ICollectionPropertiesMapping..::..Inverse

See Also