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

SAErrorCollection class Next Page

SAErrorCollection members


Public properties
Member nameDescription
Count property Returns the number of errors in the collection.
Item property Returns the error at the specified index.
Public methods
Member nameDescription
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