Initializes a new instance of the PropertiesLhsAssociationTypeSqlInfo class

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

Syntax

C#
public PropertiesLhsAssociationTypeSqlInfo(
	string alias,
	int propertyIdx,
	IOuterJoinLoadable persister,
	IMapping mapping
)
Visual Basic
Public Sub New ( _
	alias As String, _
	propertyIdx As Integer, _
	persister As IOuterJoinLoadable, _
	mapping As IMapping _
)
Visual C++
public:
PropertiesLhsAssociationTypeSqlInfo(
	String^ alias, 
	int propertyIdx, 
	IOuterJoinLoadable^ persister, 
	IMapping^ mapping
)

Parameters

alias
Type: System..::..String

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

propertyIdx
Type: System..::..Int32

[Missing <param name="propertyIdx"/> documentation for "M:NHibernate.Engine.PropertiesLhsAssociationTypeSqlInfo.#ctor(System.String,System.Int32,NHibernate.Persister.Entity.IOuterJoinLoadable,NHibernate.Engine.IMapping)"]

persister
Type: NHibernate.Persister.Entity..::..IOuterJoinLoadable

[Missing <param name="persister"/> documentation for "M:NHibernate.Engine.PropertiesLhsAssociationTypeSqlInfo.#ctor(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.PropertiesLhsAssociationTypeSqlInfo.#ctor(System.String,System.Int32,NHibernate.Persister.Entity.IOuterJoinLoadable,NHibernate.Engine.IMapping)"]

See Also