[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.Impl.ComponentNestedElementMapper.Update(System.Boolean)"]

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

Syntax

C#
public void Update(
	bool consideredInUpdateQuery
)
Visual Basic
Public Sub Update ( _
	consideredInUpdateQuery As Boolean _
)
Visual C++
public:
virtual void Update(
	bool consideredInUpdateQuery
) sealed

Parameters

consideredInUpdateQuery
Type: System..::..Boolean

[Missing <param name="consideredInUpdateQuery"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.ComponentNestedElementMapper.Update(System.Boolean)"]

Implements

IComponentAttributesMapper..::..Update(Boolean)

See Also