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

ISqlMapper.SessionStore Property

Allow to set a custom session store like the HybridWebThreadSessionStore

[Visual Basic]
Property SessionStore As 
[C#]
ISessionStore SessionStore {set;}

Remarks

Set it after the configuration and before use of the SqlMapper

Example

sqlMapper.SessionStore = new HybridWebThreadSessionStore( sqlMapper.Id );

See Also

ISqlMapper Interface | IBatisNet.DataMapper Namespace