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

ISessionStore.Store Method 

Store the specified session.

[Visual Basic]
Sub Store( _
   ByVal ISqlMapSession As ISqlMapSession _
)
[C#]
void Store(
   ISqlMapSession session
);

Parameters

session
The session to store

See Also

ISessionStore Interface | IBatisNet.DataMapper.SessionStore Namespace