This document is archived and information here might be outdated. Recommended version. |
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**
When using a recordset class, the Cursor property is used to return a cursor over the rows or feature in the RecordSet.