[Missing <summary> documentation for "M:NHibernate.Impl.SessionFactoryImpl.GetAllCollectionMetadata"]

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

Syntax

C#
public IDictionary<string, ICollectionMetadata> GetAllCollectionMetadata()
Visual Basic
Public Function GetAllCollectionMetadata As IDictionary(Of String, ICollectionMetadata)
Visual C++
public:
virtual IDictionary<String^, ICollectionMetadata^>^ GetAllCollectionMetadata() sealed

Return Value

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

Implements

ISessionFactory..::..GetAllCollectionMetadata()()()()

See Also