Get all CollectionMetadata as a IDictionary from role name to metadata object

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

Syntax

C#
IDictionary<string, ICollectionMetadata> GetAllCollectionMetadata()
Visual Basic
Function GetAllCollectionMetadata As IDictionary(Of String, ICollectionMetadata)
Visual C++
IDictionary<String^, ICollectionMetadata^>^ GetAllCollectionMetadata()

Return Value

[Missing <returns> documentation for "M:NHibernate.ISessionFactory.GetAllCollectionMetadata"]

See Also