Firebird ADO.NET Provider SDK Documentation - v1.7

FbInfoMessageEventArgs.Errors Property

Gets the collection of warnings sent from the Firebird Server.

[Visual Basic]
Public ReadOnly Property Errors As FbErrorCollection
[C#]
public FbErrorCollection Errors {get;}

Property Value

The collection of warnings sent from the Firebird Server.

See Also

FbInfoMessageEventArgs Class | FirebirdSql.Data.Firebird Namespace