Occurs when the Firebird Server sends a warning message.
The event handler receives an argument of type FbInfoMessageEventArgs containing data related to this event. The following FbInfoMessageEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Errors | Gets the collection of warnings sent from the Firebird Server. |
Message | Gets a value representing the complete error message sent from the Firebird Server. |
FbConnection Class | FirebirdSql.Data.Firebird Namespace