ArcObjects Library Reference (GeoDatabase)  

IRandomAccessTable.GetRandomRows Method

Get a random access cursor on the table.

[Visual Basic .NET]
Public Function GetRandomRows ( _
    ByVal SubFields As String, _
    ByVal recycle As Boolean _
) As IRandomAccessCursor
[C#]
public IRandomAccessCursor GetRandomRows (
    string SubFields,
    bool recycle
);
[C++]
HRESULT GetRandomRows(
  BSTR SubFields,
  VARIANT_BOOL recycle,
  IRandomAccessCursor** randomCursor
);
[C++]

Parameters

SubFields [in]   SubFields is a parameter of type BSTR recycle [in]   recycle is a parameter of type VARIANT_BOOL randomCursor [out, retval]

  randomCursor is a parameter of type IRandomAccessCursor

Product Availability

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

See Also

IRandomAccessTable Interface