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