Gets the root entity type if available, throws otherwise

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

Syntax

C#
Type GetRootEntityTypeIfAvailable()
Visual Basic
Function GetRootEntityTypeIfAvailable As Type
Visual C++
Type^ GetRootEntityTypeIfAvailable()

Return Value

[Missing <returns> documentation for "M:NHibernate.ICriteria.GetRootEntityTypeIfAvailable"]

Remarks

This is an NHibernate specific method, used by several dependent frameworks for advance integration with NHibernate.

See Also