[Missing <summary> documentation for "M:NHibernate.Cfg.Mappings.GetCollection(System.String)"]

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

Syntax

C#
public Collection GetCollection(
	string role
)
Visual Basic
Public Function GetCollection ( _
	role As String _
) As Collection
Visual C++
public:
Collection^ GetCollection(
	String^ role
)

Parameters

role
Type: System..::..String

[Missing <param name="role"/> documentation for "M:NHibernate.Cfg.Mappings.GetCollection(System.String)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Cfg.Mappings.GetCollection(System.String)"]

See Also