Called by subclasses that load collections
Namespace: NHibernate.LoaderAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public void LoadCollection( ISessionImplementor session, Object id, IType type ) |
Visual Basic |
---|
Public Sub LoadCollection ( _ session As ISessionImplementor, _ id As Object, _ type As IType _ ) |
Visual C++ |
---|
public: void LoadCollection( ISessionImplementor^ session, Object^ id, IType^ type ) |
Parameters
- session
- Type: NHibernate.Engine..::..ISessionImplementor
[Missing <param name="session"/> documentation for "M:NHibernate.Loader.Loader.LoadCollection(NHibernate.Engine.ISessionImplementor,System.Object,NHibernate.Type.IType)"]
- id
- Type: System..::..Object
[Missing <param name="id"/> documentation for "M:NHibernate.Loader.Loader.LoadCollection(NHibernate.Engine.ISessionImplementor,System.Object,NHibernate.Type.IType)"]
- type
- Type: NHibernate.Type..::..IType
[Missing <param name="type"/> documentation for "M:NHibernate.Loader.Loader.LoadCollection(NHibernate.Engine.ISessionImplementor,System.Object,NHibernate.Type.IType)"]