Share via


RowCollection.MoveFirst Method (PIA)

Use this method to set the current row to be the first row in a RowCollection object.

Definition

[Visual Basic .NET]

Imports Microsoft.CommerceServer.Interop.Caching
…
Public Sub MoveFirst()

[C#]

using Microsoft.CommerceServer.Interop.Caching;
…
public void MoveFirst();

Exceptions

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

[Visual Basic .NET]

Example

'myRowCollection is a RowCollection object.
myRowCollection.MoveFirst()

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.