[Missing <summary> documentation for "P:NHibernate.Cfg.MappingSchema.HbmSet.Mutable"]

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

Syntax

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

Implements

ICollectionPropertiesMapping..::..Mutable

See Also