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

DomSqlMapBuilder.Configure Method ()

Configure a SqlMapper from default resource file named 'SqlMap.config'.

[Visual Basic]
Overloads Public Function Configure() As ISqlMapper
[C#]
public ISqlMapper Configure();

Return Value

An ISqlMapper instance.

Remarks

The file path is relative to the application root. For ASP.Net applications this would be the same directory as the Web.config file. For other .Net applications the SqlMap.config file should be placed in the same folder as the executable.

See Also

DomSqlMapBuilder Class | IBatisNet.DataMapper.Configuration Namespace | DomSqlMapBuilder.Configure Overload List