This collections allows external libraries
to add their own configuration to the NHibernate session factory.
This is needed in such cases where the library is tightly coupled to NHibernate, such
as the case of NHibernate Search
Namespace:
NHibernateAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property Items As IDictionary |
C# |
---|
IDictionary Items { get; } |
Visual C++ |
---|
property IDictionary^ Items { IDictionary^ get (); } |
JavaScript |
---|
function get_items(); |