[Missing <summary> documentation for "M:NHibernate.Impl.SessionFactoryImpl.GetCollectionRolesByEntityParticipant(System.String)"]

Namespace: NHibernate.Impl
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public ISet<string> GetCollectionRolesByEntityParticipant(
	string entityName
)
Visual Basic
Public Function GetCollectionRolesByEntityParticipant ( _
	entityName As String _
) As ISet(Of String)
Visual C++
public:
virtual ISet<String^>^ GetCollectionRolesByEntityParticipant(
	String^ entityName
) sealed

Parameters

entityName
Type: System..::..String

[Missing <param name="entityName"/> documentation for "M:NHibernate.Impl.SessionFactoryImpl.GetCollectionRolesByEntityParticipant(System.String)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Impl.SessionFactoryImpl.GetCollectionRolesByEntityParticipant(System.String)"]

Implements

ISessionFactoryImplementor..::..GetCollectionRolesByEntityParticipant(String)

See Also