Called by subclasses that load collections
Namespace:
NHibernate.LoaderAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub LoadCollection ( _ session As ISessionImplementor, _ id As Object, _ type As IType _ ) |
C# |
---|
public void LoadCollection( ISessionImplementor session, Object id, IType type ) |
Visual C++ |
---|
public: void LoadCollection( ISessionImplementor^ session, Object^ id, IType^ type ) |
JavaScript |
---|
function loadCollection(session, id, type); |
Parameters
- session
- Type: NHibernate.Engine..::.ISessionImplementor
- id
- Type: System..::.Object
- type
- Type: NHibernate.Type..::.IType