[Missing <summary> documentation for "P:NHibernate.Cfg.MappingSchema.HbmSubclass.SelectBeforeUpdate"]

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

Syntax

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

Implements

IEntityMapping..::..SelectBeforeUpdate

See Also