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

WebSessionStore Constructor 

Initializes a new instance of the WebSessionStore class.

[Visual Basic]
Public Sub New( _
   ByVal String As String _
)
[C#]
public WebSessionStore(
   String sqlMapperId
);

Parameters

sqlMapperId
The SQL mapper id.

See Also

WebSessionStore Class | IBatisNet.DataMapper.SessionStore Namespace