DekGenius.com
[ Team LiB ] Previous Section Next Section

OleDbInfoMessageEventHandler serializable

System.Data.OleDb (system.data.dll) delegate

This delegate represents the method that will be used to handle the InfoMessage event of an OleDbConnection.

public delegate void OleDbInfoMessageEventHandler(object sender, OleDbInfoMessageEventArgs e);

Associated Events

OleDbConnection.InfoMessage( )

    [ Team LiB ] Previous Section Next Section