Share via


StoredProcedureEvents.SubscribeToEvents Method

Include Protected Members
Include Inherited Members

Specifies the stored procedure events to receive.

Overload List

  Name Description
Public method SubscribeToEvents(StoredProcedureEventSet) Specifies the stored procedure events to receive.
Public method SubscribeToEvents(StoredProcedureEventSet, ServerEventHandler) Specifies the stored procedure events to receive and the event handler that handles the events.

Top