Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » SQL Anywhere Server - Programming » SQL Anywhere Data Access APIs » SQL Anywhere .NET 2.0 API reference » iAnywhere.Data.SQLAnywhere namespace (.NET 2.0) » SAErrorCollection class

 

SAErrorCollection members

Public properties
Member name Description

Count property

Returns the number of errors in the collection.

Item property

Returns the error at the specified index.

Public methods
Member name Description

CopyTo method

Copies the elements of the SAErrorCollection into an array, starting at the given index within the array.

GetEnumerator method

Returns an enumerator that iterates through the SAErrorCollection.

See also