InfoMessage event

Description

Occurs when ASE ADO.NET Data Provider sends a warning or an informational message.

Syntax

event AseInfoMessageEventHandler InfoMessage

Usage

The event handler receives an argument of type AseInfoMessageEventArgs containing data related to this event. The Errors and Message properties provide information specific to this event.