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

ConfigureHandler Delegate

Represents the method that handles calls from Configure.

[Visual Basic]
Public Delegate Sub ConfigureHandler( _
   ByVal Object As Object _
)
[C#]
public delegate void ConfigureHandler(
   Object obj
);

Remarks

obj is a null object in a DaoManager context. obj is the reconfigured sqlMap in a SqlMap context.

Requirements

Namespace: IBatisNet.Common.Utilities

Assembly: IBatisNet.Common (in IBatisNet.Common.dll)

See Also

IBatisNet.Common.Utilities Namespace