Gets or Sets if the Update Sql is built dynamically.

Namespace: NHibernate.Mapping
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public virtual bool DynamicUpdate { get; set; }
Visual Basic
Public Overridable Property DynamicUpdate As Boolean
	Get
	Set
Visual C++
public:
virtual property bool DynamicUpdate {
	bool get ();
	void set (bool value);
}

Field Value

trueTruetruetrue (True in Visual Basic) if the Sql is built at runtime.

Remarks

The value of this is set by the dynamic-update attribute.

See Also