[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.AbstractExplicitlyDeclaredModel.AddAsTablePerClassHierarchyEntity(System.Type,System.Boolean)"]

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

Syntax

C#
protected virtual void AddAsTablePerClassHierarchyEntity(
	Type type,
	bool rootEntityMustExists
)
Visual Basic
Protected Overridable Sub AddAsTablePerClassHierarchyEntity ( _
	type As Type, _
	rootEntityMustExists As Boolean _
)
Visual C++
protected:
virtual void AddAsTablePerClassHierarchyEntity(
	Type^ type, 
	bool rootEntityMustExists
)

Parameters

type
Type: System..::..Type

[Missing <param name="type"/> documentation for "M:NHibernate.Mapping.ByCode.AbstractExplicitlyDeclaredModel.AddAsTablePerClassHierarchyEntity(System.Type,System.Boolean)"]

rootEntityMustExists
Type: System..::..Boolean

[Missing <param name="rootEntityMustExists"/> documentation for "M:NHibernate.Mapping.ByCode.AbstractExplicitlyDeclaredModel.AddAsTablePerClassHierarchyEntity(System.Type,System.Boolean)"]

See Also