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

IMappedStatement.ExecuteEventHandler Event

Event launch on exceute query

[Visual Basic]
Event Execute As 
[C#]
event ExecuteEventHandler Execute;

Event Data

The event handler receives an argument of type ExecuteEventArgs containing data related to this event. The following ExecuteEventArgs property provides information specific to this event.

Property Description
StatementName Set or get the statement name

See Also

IMappedStatement Interface | IBatisNet.DataMapper.MappedStatements Namespace