[Missing <summary> documentation for "M:NHibernate.Engine.JoinHelper.GetLhsSqlInfo(System.String,System.Int32,NHibernate.Persister.Entity.IOuterJoinLoadable,NHibernate.Engine.IMapping)"]

Namespace: NHibernate.Engine
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public static ILhsAssociationTypeSqlInfo GetLhsSqlInfo(
	string alias,
	int property,
	IOuterJoinLoadable lhsPersister,
	IMapping mapping
)
Visual Basic
Public Shared Function GetLhsSqlInfo ( _
	alias As String, _
	property As Integer, _
	lhsPersister As IOuterJoinLoadable, _
	mapping As IMapping _
) As ILhsAssociationTypeSqlInfo
Visual C++
public:
static ILhsAssociationTypeSqlInfo^ GetLhsSqlInfo(
	String^ alias, 
	int property, 
	IOuterJoinLoadable^ lhsPersister, 
	IMapping^ mapping
)

Parameters

alias
Type: System..::..String

[Missing <param name="alias"/> documentation for "M:NHibernate.Engine.JoinHelper.GetLhsSqlInfo(System.String,System.Int32,NHibernate.Persister.Entity.IOuterJoinLoadable,NHibernate.Engine.IMapping)"]

property
Type: System..::..Int32

[Missing <param name="property"/> documentation for "M:NHibernate.Engine.JoinHelper.GetLhsSqlInfo(System.String,System.Int32,NHibernate.Persister.Entity.IOuterJoinLoadable,NHibernate.Engine.IMapping)"]

lhsPersister
Type: NHibernate.Persister.Entity..::..IOuterJoinLoadable

[Missing <param name="lhsPersister"/> documentation for "M:NHibernate.Engine.JoinHelper.GetLhsSqlInfo(System.String,System.Int32,NHibernate.Persister.Entity.IOuterJoinLoadable,NHibernate.Engine.IMapping)"]

mapping
Type: NHibernate.Engine..::..IMapping

[Missing <param name="mapping"/> documentation for "M:NHibernate.Engine.JoinHelper.GetLhsSqlInfo(System.String,System.Int32,NHibernate.Persister.Entity.IOuterJoinLoadable,NHibernate.Engine.IMapping)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Engine.JoinHelper.GetLhsSqlInfo(System.String,System.Int32,NHibernate.Persister.Entity.IOuterJoinLoadable,NHibernate.Engine.IMapping)"]

See Also