Retreive a PropertyMapping describing the given collection role.

Namespace: NHibernate.Hql.Util
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public IPropertyMapping GetCollectionPropertyMapping(
	string role
)
Visual Basic
Public Function GetCollectionPropertyMapping ( _
	role As String _
) As IPropertyMapping
Visual C++
public:
IPropertyMapping^ GetCollectionPropertyMapping(
	String^ role
)

Parameters

role
Type: System..::..String
The collection role for whcih to retrieve the property mapping.

Return Value

The property mapping.

See Also