This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRecordSet Interface > IRecordSet.Cursor Property (ArcObjects .NET 10.5 SDK) |
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
When using a recordset class, the Cursor property is used to return a cursor over the rows or feature in the RecordSet.