Essentially the same as GetElementType, but requiring that the element type be an association type.

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

Syntax

C#
public IAssociationType GetElementAssociationType(
	CollectionType collectionType
)
Visual Basic
Public Function GetElementAssociationType ( _
	collectionType As CollectionType _
) As IAssociationType
Visual C++
public:
IAssociationType^ GetElementAssociationType(
	CollectionType^ collectionType
)

Parameters

collectionType
Type: NHibernate.Type..::..CollectionType
The collection type to be checked.

Return Value

The AssociationType of the elements of the collection.

See Also