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

CachingStatement.ExecuteEventHandler Event

Event launch on exceute query

[Visual Basic]
Public Event Execute As 
[C#]
public 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

Implements

IMappedStatement.

See Also

CachingStatement Class | IBatisNet.DataMapper.MappedStatements Namespace