SqlCeErrorCollection.GetEnumerator Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Returns an enumerator that can iterate through the SqlCeErrorCollection.

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

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator
'Usage
Dim instance As SqlCeErrorCollection
Dim returnValue As IEnumerator

returnValue = instance.GetEnumerator()
public IEnumerator GetEnumerator()
public:
virtual IEnumerator^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator 
override GetEnumerator : unit -> IEnumerator 
public final function GetEnumerator() : IEnumerator

Return Value

Type: System.Collections.IEnumerator
IEnumerator

Implements

IEnumerable.GetEnumerator()

See Also

Reference

SqlCeErrorCollection Class

System.Data.SqlServerCe Namespace