Share via


RowCollection.EOF Property (PIA)

The EOF property is a read-only Boolean that returns True when the end of the collection has been reached.

Definition

[Visual Basic .NET]

Imports Microsoft.CommerceServer.Interop.Caching
…
Public ReadOnly Property EOF As Boolean

[C#]

using Microsoft.CommerceServer.Interop.Caching;
…
public bool EOF {get; }

Property Value

This property returns a bool containing an indication of whether row iteration is complete.

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.