Get the persister object for a collection role

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

Syntax

Visual Basic (Declaration)
Function GetCollectionPersister ( _
	role As String _
) As ICollectionPersister
C#
ICollectionPersister GetCollectionPersister(
	string role
)
Visual C++
ICollectionPersister^ GetCollectionPersister(
	String^ role
)
JavaScript
function getCollectionPersister(role);

Parameters

role
Type: System..::.String

Return Value

See Also