Get the CollectionMetadata associated with the named collection role

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

Syntax

Visual Basic (Declaration)
Function GetCollectionMetadata ( _
	roleName As String _
) As ICollectionMetadata
C#
ICollectionMetadata GetCollectionMetadata(
	string roleName
)
Visual C++
ICollectionMetadata^ GetCollectionMetadata(
	String^ roleName
)
JavaScript
function getCollectionMetadata(roleName);

Parameters

roleName
Type: System..::.String

Return Value

See Also