[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.AbstractExplicitlyDeclaredModel.AddAsTablePerClassEntity(System.Type,System.Boolean)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
protected virtual void AddAsTablePerClassEntity( Type type, bool rootEntityMustExists )  | 
| Visual Basic | 
|---|
Protected Overridable Sub AddAsTablePerClassEntity ( _ type As Type, _ rootEntityMustExists As Boolean _ )  | 
| Visual C++ | 
|---|
protected: virtual void AddAsTablePerClassEntity( Type^ type, bool rootEntityMustExists )  | 
Parameters
- type
 - Type: System..::..Type
[Missing <param name="type"/> documentation for "M:NHibernate.Mapping.ByCode.AbstractExplicitlyDeclaredModel.AddAsTablePerClassEntity(System.Type,System.Boolean)"]
 
- rootEntityMustExists
 - Type: System..::..Boolean
[Missing <param name="rootEntityMustExists"/> documentation for "M:NHibernate.Mapping.ByCode.AbstractExplicitlyDeclaredModel.AddAsTablePerClassEntity(System.Type,System.Boolean)"]