Initialize the given collection
Namespace:
NHibernate.Loader.CollectionAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub Initialize ( _ id As Object, _ session As ISessionImplementor _ ) |
C# |
---|
void Initialize( Object id, ISessionImplementor session ) |
Visual C++ |
---|
void Initialize( Object^ id, ISessionImplementor^ session ) |
JavaScript |
---|
function initialize(id, session); |