[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.Impl.ComponentMapper.Insert(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 Insert(
	bool consideredInInsertQuery
)
Visual Basic
Public Sub Insert ( _
	consideredInInsertQuery As Boolean _
)
Visual C++
public:
virtual void Insert(
	bool consideredInInsertQuery
) sealed

Parameters

consideredInInsertQuery
Type: System..::..Boolean

[Missing <param name="consideredInInsertQuery"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.ComponentMapper.Insert(System.Boolean)"]

Implements

IComponentAttributesMapper..::..Insert(Boolean)

See Also