Generate a select list of columns containing all properties of the entity classes

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

Syntax

C#
public string SelectString(
	IList<OuterJoinableAssociation> associations
)
Visual Basic
Public Function SelectString ( _
	associations As IList(Of OuterJoinableAssociation) _
) As String
Visual C++
public:
String^ SelectString(
	IList<OuterJoinableAssociation^>^ associations
)

Parameters

associations
Type: System.Collections.Generic..::..IList<(Of <(<'OuterJoinableAssociation>)>)>

[Missing <param name="associations"/> documentation for "M:NHibernate.Loader.JoinWalker.SelectString(System.Collections.Generic.IList{NHibernate.Loader.OuterJoinableAssociation})"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Loader.JoinWalker.SelectString(System.Collections.Generic.IList{NHibernate.Loader.OuterJoinableAssociation})"]

See Also