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

ISqlMapper.CreateSqlMapSession Method 

Creates a new SqlMapSession that will be used to query the data source.

[Visual Basic]
Function CreateSqlMapSession() As ISqlMapSession
[C#]
ISqlMapSession CreateSqlMapSession();

Return Value

A new session

See Also

ISqlMapper Interface | IBatisNet.DataMapper Namespace