April 2003
Beginner to intermediate
620 pages
21h 48m
English
SqlInfoMessageEventArgs
This class provides data to the event handler for the
SqlConnection.InfoMessage event. It provides a
collection of warnings or messages in the
SqlErrorCollection object as
SqlError instances. In addition, the
Message property wraps the
SqlError.Message property, and the
Source property wraps the
SqlError.Source property.
public sealed class SqlInfoMessageEventArgs : EventArgs { // Public Instance Properties public SqlErrorCollection Errors{get; } public string Message{get; } public string Source{get; } // Public Instance Methods public override string ToString( ); // overrides object }
System.Object
→
System.EventArgs
→
SqlInfoMessageEventArgs
SqlInfoMessageEventHandler.{BeginInvoke( ), Invoke( )}
Read now
Unlock full access