This document is archived and information here might be outdated. Recommended version. |
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
);
[C++] Parameters SubFields [in]
SubFields is a parameter of type BSTR recycle [in]
recycle is a parameter of type bool