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

IDaoManager Interface

Contract for a dao manager

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

[Visual Basic]
<DefaultMember(MemberName:="Item", TypeId:=System.Reflection.DefaultMemberAttribute)>
Public Interface IDaoManager
[C#]
[DefaultMember(MemberName="Item", TypeId=System.Reflection.DefaultMemberAttribute)]
public interface IDaoManager

Types that implement IDaoManager

Type Description
DaoManager DaoManager is a facade class that provides convenient access to the rest of the DAO framework. It's primary responsibilities include: - Reading configuration information and initializing the framework - Managing different contexts for different configurations - Providing access to Dao implementation - Providing access to the DaoSession pool for connections, transactions

Requirements

Namespace: IBatisNet.DataAccess

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

See Also

IDaoManager Members | IBatisNet.DataAccess Namespace