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

SessionStoreFactory.GetSessionStore Method 

Gets the session store.

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

Parameters

sqlMapperId
The SQL mapper id.

Return Value

See Also

SessionStoreFactory Class | IBatisNet.DataMapper.SessionStore Namespace