dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlCommand Class / StatementCompleted Event

StatementCompleted Event
Occurs when the execution of a SQL statement completes.
Syntax
'Declaration
 
Public Event StatementCompleted As StatementCompletedEventHandler
 
Event Data

The event handler receives an argument of type StatementCompletedEventArgs containing data related to this event. The following StatementCompletedEventArgs properties provide information specific to this event.

PropertyDescription
 
See Also