Generate a list of collection index and element columns

Namespace: NHibernate.Persister.Entity
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
string SelectFragment(
	string alias,
	string suffix
)
Visual Basic
Function SelectFragment ( _
	alias As String, _
	suffix As String _
) As String
Visual C++
String^ SelectFragment(
	String^ alias, 
	String^ suffix
)

Parameters

alias
Type: System..::..String

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

suffix
Type: System..::..String

[Missing <param name="suffix"/> documentation for "M:NHibernate.Persister.Entity.IOuterJoinLoadable.SelectFragment(System.String,System.String)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Persister.Entity.IOuterJoinLoadable.SelectFragment(System.String,System.String)"]

See Also