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