Firebird ADO.NET Provider SDK Documentation - v1.7

FbErrorCollection.Count Property

Gets the number of FbError objects in the collection.

[Visual Basic]
NotOverridable Public ReadOnly Property Count As Integer _
    Implements ICollection.Count
[C#]
public int Count {get;}

Property Value

The number of FbError objects in the collection.

Implements

ICollection.Count

See Also

FbErrorCollection Class | FirebirdSql.Data.Firebird Namespace