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

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

Syntax

C#
protected Type GetSingleRootEntityOrNull(
	Type entityType
)
Visual Basic
Protected Function GetSingleRootEntityOrNull ( _
	entityType As Type _
) As Type
Visual C++
protected:
Type^ GetSingleRootEntityOrNull(
	Type^ entityType
)

Parameters

entityType
Type: System..::..Type

[Missing <param name="entityType"/> documentation for "M:NHibernate.Mapping.ByCode.AbstractExplicitlyDeclaredModel.GetSingleRootEntityOrNull(System.Type)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Mapping.ByCode.AbstractExplicitlyDeclaredModel.GetSingleRootEntityOrNull(System.Type)"]

See Also