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

DomSqlMapBuilder.ConfigureAndWatch Method

Configure and monitor the default configuration file (SqlMap.config) for modifications and automatically reconfigure SqlMap.

Overload List

Configure and monitor the default configuration file (SqlMap.config) for modifications and automatically reconfigure SqlMap.

public ISqlMapper ConfigureAndWatch(ConfigureHandler);

Configure and monitor the configuration file for modifications and automatically reconfigure the ISqlMapper instance.

public ISqlMapper ConfigureAndWatch(FileInfo,ConfigureHandler);

Configure and monitor the configuration file for modifications and automatically reconfigure the ISqlMapper instance.

public ISqlMapper ConfigureAndWatch(String,ConfigureHandler);

See Also

DomSqlMapBuilder Class | IBatisNet.DataMapper.Configuration Namespace