Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » SQL Anywhere .NET 2.0 API Reference » SAInfoMessageEventArgs class

SAInfoMessageEventArgs class Next Page

SAInfoMessageEventArgs members


Public properties
Member nameDescription
Errors property Returns the collection of messages sent from the data source.
Message property Returns the full text of the error sent from the data source.
MessageType property Returns the type of the message. This can be one of: Action, Info, Status, or Warning.
NativeError property Returns the SQL code returned by the database.
Source property Returns the name of the SQL Anywhere .NET Data Provider.
Public methods
Member nameDescription
ToString method Retrieves a string representation of the InfoMessage event.
See also