> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# IRecordset

> IRecordset holds the records found by a data set search in FlexiCapture scripts, returning each IDataSetRecord by index and reporting the record count.

## What it does

Represents the result of a search for a set of records in a data set.

## Methods

| **Definition**                                                                               | **Description**                                                                                                                                                 |
| -------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| GetRecord ( index : int ) : [IDataSetRecord](/flexi-capture/appendix/scripts/idatasetrecord) | Returns a record with the specified index number. The resulting [IDataSetRecord](/flexi-capture/appendix/scripts/idatasetrecord) is available for reading only. |

## Properties

| **Name** | **Type** | **Access** | **Description**    |
| -------- | -------- | ---------- | ------------------ |
| Count    | int      | Read-only  | Number of records. |
