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

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

Syntax

C#
bool SelectBeforeUpdate { get; }
Visual Basic
ReadOnly Property SelectBeforeUpdate As Boolean
	Get
Visual C++
property bool SelectBeforeUpdate {
	bool get ();
}

See Also