Namespace:
NHibernate.Type
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function GetAssociatedClass ( _ factory As ISessionFactoryImplementor _ ) As Type |
C# |
---|
public Type GetAssociatedClass( ISessionFactoryImplementor factory ) |
Visual C++ |
---|
public: virtual Type^ GetAssociatedClass( ISessionFactoryImplementor^ factory ) sealed |
JavaScript |
---|
function getAssociatedClass(factory); |
Parameters
- factory
- Type: NHibernate.Engine..::.ISessionFactoryImplementor