Namespace:
NHibernate.Loader
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ joinableType As IAssociationType, _ lhsAlias As String, _ lhsColumns As String(), _ rhsAlias As String, _ joinType As JoinType, _ factory As ISessionFactoryImplementor, _ enabledFilters As IDictionary _ ) |
C# |
---|
public OuterJoinableAssociation( IAssociationType joinableType, string lhsAlias, string[] lhsColumns, string rhsAlias, JoinType joinType, ISessionFactoryImplementor factory, IDictionary enabledFilters ) |
Visual C++ |
---|
public: OuterJoinableAssociation( IAssociationType^ joinableType, String^ lhsAlias, array<String^>^ lhsColumns, String^ rhsAlias, JoinType joinType, ISessionFactoryImplementor^ factory, IDictionary^ enabledFilters ) |
JavaScript |
---|
NHibernate.Loader.OuterJoinableAssociation = function(joinableType, lhsAlias, lhsColumns, rhsAlias, joinType, factory, enabledFilters); |
Parameters
- joinableType
- Type: NHibernate.Type..::.IAssociationType
- lhsAlias
- Type: System..::.String
- lhsColumns
- Type: array<
System..::.String
>[]()[]
- rhsAlias
- Type: System..::.String
- joinType
- Type: NHibernate.SqlCommand..::.JoinType
- factory
- Type: NHibernate.Engine..::.ISessionFactoryImplementor
- enabledFilters
- Type: System.Collections..::.IDictionary