ArcObjects Library Reference (GeoDatabase)  

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 VARIANT_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