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

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » SQL Anywhere .NET 2.0 API Reference » SAErrorCollection class

CopyTo method Next Page

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