Gets the root entity type if available, throws otherwise
Namespace: NHibernate.CriterionAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public Type GetRootEntityTypeIfAvailable() |
Visual Basic |
---|
Public Function GetRootEntityTypeIfAvailable As Type |
Visual C++ |
---|
public: Type^ GetRootEntityTypeIfAvailable() |
Return Value
[Missing <returns> documentation for "M:NHibernate.Criterion.DetachedCriteria.GetRootEntityTypeIfAvailable"]
Remarks
This is an NHibernate specific method, used by several dependent
frameworks for advance integration with NHibernate.