Share via


RowCollection.GetEnumerator Method (PIA)

Use this method to retrieve an enumerator for the RowCollection object.

Definition

[Visual Basic .NET]

Imports Microsoft.CommerceServer.Interop.Caching
…
Public Function GetEnumerator () As IEnumerator

[C#]

using Microsoft.CommerceServer.Interop.Caching;
…
public IEnumerator GetEnumerator ();

Return Values

If successful, GetEnumerator returns an IEnumerator object describing a set of RowCollection objects.

Exceptions

This property may throw one of many mapped exceptions or an exception of type COMException. See Standard COM Errors for additional details.

Requirements

Namespace: Microsoft.CommerceServer.Interop.Caching

Platforms: Windows 2000, Windows Server 2003

Assembly: cachecomplib (in cachecomplib.dll)

See Also

RowCollection Class

Copyright © 2005 Microsoft Corporation.
All rights reserved.