The key is the session factory and the value is the bound session.
Namespace:
NHibernate.ContextAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Overrides Sub SetMap ( _ value As IDictionary _ ) |
C# |
---|
protected override void SetMap( IDictionary value ) |
Visual C++ |
---|
protected: virtual void SetMap( IDictionary^ value ) override |
JavaScript |
---|
function setMap(value); |
Parameters
- value
- Type: System.Collections..::.IDictionary