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

 

GetEnumerator method

Returns an enumerator that iterates through the SAErrorCollection.

Syntax
Visual Basic

NotOverridable Public Function GetEnumerator() As IEnumerator
C#

public IEnumerator GetEnumerator();
Return value

An [external link] IEnumerator for the SAErrorCollection.

See also