Get the result set aliases used for the property columns, given a suffix (properties of this class, only).

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

Syntax

C#
string[] GetPropertyAliases(
	string suffix,
	int i
)
Visual Basic
Function GetPropertyAliases ( _
	suffix As String, _
	i As Integer _
) As String()
Visual C++
array<String^>^ GetPropertyAliases(
	String^ suffix, 
	int i
)

Parameters

suffix
Type: System..::..String

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

i
Type: System..::..Int32

[Missing <param name="i"/> documentation for "M:NHibernate.Persister.Entity.ILoadable.GetPropertyAliases(System.String,System.Int32)"]

Return Value

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

See Also