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

In This Topic
    StatementCompleted Event
    In This Topic
    Occurs when the execution of a SQL statement completes.
    Syntax
    'Declaration
     
    Public Event StatementCompleted As StatementCompletedEventHandler
    public event StatementCompletedEventHandler StatementCompleted
    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