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

SqlMapper.CreateSqlMapSession Method

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

Overload List

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

public ISqlMapSession CreateSqlMapSession();

Creates the SQL map session.

public ISqlMapSession CreateSqlMapSession(String);

See Also

SqlMapper Class | IBatisNet.DataMapper Namespace