Generate a sequence of LEFT OUTER JOIN clauses for the given associations.
Namespace:
NHibernate.LoaderAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Function MergeOuterJoins ( _ associations As IList _ ) As JoinFragment |
C# |
---|
protected JoinFragment MergeOuterJoins( IList associations ) |
Visual C++ |
---|
protected: JoinFragment^ MergeOuterJoins( IList^ associations ) |
JavaScript |
---|
function mergeOuterJoins(associations); |
Parameters
- associations
- Type: System.Collections..::.IList