[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.IDiscriminatorMapper.Insert(System.Boolean)"]

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

Syntax

C#
void Insert(
	bool applyOnApplyOnInsert
)
Visual Basic
Sub Insert ( _
	applyOnApplyOnInsert As Boolean _
)
Visual C++
void Insert(
	bool applyOnApplyOnInsert
)

Parameters

applyOnApplyOnInsert
Type: System..::..Boolean

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

See Also