iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

SessionStoreFactory.GetSessionStore Method 

Get a session container for a Windows or Web context.

[Visual Basic]
Public Shared Function GetSessionStore( _
   ByVal String As String _
) As ISessionStore
[C#]
public static ISessionStore GetSessionStore(
   String daoManagerName
);

Parameters

daoManagerName
The DaoManager name.

Return Value

See Also

SessionStoreFactory Class | IBatisNet.DataAccess.SessionStore Namespace