This document is archived and information here might be outdated.  Recommended version.


IRecordSet.Cursor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRecordSet Interface > IRecordSet.Cursor Property
ArcGIS Developer Help

IRecordSet.Cursor Property

A cursor over the rows or features in the recordset.

[Visual Basic .NET]
Public Function get_Cursor ( _
    ByVal Recycling As Boolean _
) As ICursor
[C#]
public ICursor get_Cursor (
    bool Recycling
);
[C++]
HRESULT get_Cursor(
  VARIANT_BOOL Recycling,
  ICursor** Cursor
);
[C++]
Parameters
Recycling [in]

Recycling is a parameter of type bool Cursor [out, retval]
Cursor is a parameter of type ICursor**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

When using a recordset class, the  Cursor property is used to return a cursor over the rows or feature in the RecordSet.

See Also

IRecordSet Interface