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

SQL Anywhere 11.0.0 » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere .NET 2.0 API Reference » iAnywhere.Data.SQLAnywhere namespace (.NET 2.0) » SAInfoMessageEventArgs class

 

SAInfoMessageEventArgs members

Public properties
Member name Description

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 name Description

ToString method

Retrieves a string representation of the InfoMessage event.

See also