Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.DomainModel Namespace / PersistableList<T> Class / Wrap Method
the session
the collection
In This Topic
    Wrap Method
    In This Topic
    Wrap an instance of a collection
    Syntax
    public NHibernate.Collection.IPersistentCollection Wrap( 
       NHibernate.Engine.ISessionImplementor session,
       object collection
    )

    Parameters

    session
    the session
    collection
    the collection

    Return Value

    the wrapped instance of the collection
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also