OdbcErrorCollection::Count Property

 

Gets the number of errors in the collection.

Namespace:   System.Data.Odbc
Assembly:  System.Data (in System.Data.dll)

public:
property int Count {
	virtual int get() sealed;
}

Property Value

Type: System::Int32

The total number of errors in the collection.

The following example displays each OdbcError within the OdbcErrorCollection.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: