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)

Overload List

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

public static void Configure();

Obsolete. Configure an DaoManager from via a file.

public static void Configure(String);

See Also

DaoManager Class | IBatisNet.DataAccess Namespace