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

ISessionStore.Store Method 

Store the specified session.

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

Parameters

session
The session to store

See Also

ISessionStore Interface | IBatisNet.DataAccess.SessionStore Namespace