Namespace:
NHibernate.Loader
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub AddManyToManyJoin ( _ outerjoin As JoinFragment, _ collection As IQueryableCollection _ ) |
C# |
---|
public void AddManyToManyJoin( JoinFragment outerjoin, IQueryableCollection collection ) |
Visual C++ |
---|
public: void AddManyToManyJoin( JoinFragment^ outerjoin, IQueryableCollection^ collection ) |
JavaScript |
---|
function addManyToManyJoin(outerjoin, collection); |
Parameters
- outerjoin
- Type: NHibernate.SqlCommand..::.JoinFragment
- collection
- Type: NHibernate.Persister.Collection..::.IQueryableCollection