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

DomSqlMapBuilder.OnConfigFileChange Method 

Callback called when the SqlMap.config file has changed.

[Visual Basic]
Public Shared Sub OnConfigFileChange( _
   ByVal Object As Object _
)
[C#]
public static void OnConfigFileChange(
   Object obj
);

Parameters

obj
The StateConfig object.

See Also

DomSqlMapBuilder Class | IBatisNet.DataMapper.Configuration Namespace