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

DaoManager.Configure Method ()

NOTE: This method is now obsolete.

This method will be removed in a future version, use DomDaoManagerBuilder.Configure.


Configure an DaoManager from via the default file config. (accesd as relative ressource path from your Application root)

[Visual Basic]
<Obsolete(Message:="This method will be removed in a future version, use DomDaoManagerBuilder.Configure.", IsError:=False, TypeId:=System.ObsoleteAttribute)>
Overloads Public Shared Sub Configure()
[C#]
[Obsolete(Message="This method will be removed in a future version, use DomDaoManagerBuilder.Configure.", IsError=False, TypeId=System.ObsoleteAttribute)]
public static void Configure();

See Also

DaoManager Class | IBatisNet.DataAccess Namespace | DaoManager.Configure Overload List