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

IDalSession Interface

A template for a session in the iBATIS.NET framwork. Holds the connection, the transaction ...

For a list of all members of this type, see IDalSession Members.

IBatisNet.Common.IDalSession
   ISqlMapSession

[Visual Basic]
Public Interface IDalSession
    Implements IDisposable
[C#]
public interface IDalSession : IDisposable

Types that implement IDalSession

Type Description
DaoSession Abstract definition of a DataAccess Session
SimpleDaoSession An ADO.NET implementation of the DataAccess Session .
SqlMapDaoSession An SqlMappper implementation of the DataAccess Session.
SqlMapSession Summary description for SqlMapSession.

Requirements

Namespace: IBatisNet.Common

Assembly: IBatisNet.Common (in IBatisNet.Common.dll)

See Also

IDalSession Members | IBatisNet.Common Namespace