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

Syntax

Visual Basic (Declaration)
Protected Sub AddFromAssociation ( _
	elementName As String, _
	collectionRole As String _
)
C#
protected void AddFromAssociation(
	string elementName,
	string collectionRole
)
Visual C++
protected:
void AddFromAssociation(
	String^ elementName, 
	String^ collectionRole
)
JavaScript
function addFromAssociation(elementName, collectionRole);

Parameters

elementName
Type: System..::.String
collectionRole
Type: System..::.String

Remarks

Used for collection filters

See Also