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

DomSqlMapBuilder.ConfigureAndWatch Method (ConfigureHandler)

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

[Visual Basic]
Overloads Public Function ConfigureAndWatch( _
   ByVal ConfigureHandler As ConfigureHandler _
) As ISqlMapper
[C#]
public ISqlMapper ConfigureAndWatch(
   ConfigureHandler configureDelegate
);

Return Value

An ISqlMapper instance.

See Also

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