[Missing <summary> documentation for "P:NHibernate.Mapping.ByCode.IModelExplicitDeclarationsHolder.TablePerConcreteClassEntities"]

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

Syntax

C#
IEnumerable<Type> TablePerConcreteClassEntities { get; }
Visual Basic
ReadOnly Property TablePerConcreteClassEntities As IEnumerable(Of Type)
	Get
Visual C++
property IEnumerable<Type^>^ TablePerConcreteClassEntities {
	IEnumerable<Type^>^ get ();
}

See Also