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

SqlMapper.CreateSqlMapSession Method (String)

Creates the SQL map session.

[Visual Basic]
Overloads Public Function CreateSqlMapSession( _
   ByVal String As String _
) As ISqlMapSession
[C#]
public ISqlMapSession CreateSqlMapSession(
   String connectionString
);

Parameters

connectionString
The connection string.

Return Value

A new session

See Also

SqlMapper Class | IBatisNet.DataMapper Namespace | SqlMapper.CreateSqlMapSession Overload List