> ## 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.

# IDataSetQuery

> IDataSetQuery object in the FlexiCapture scripting model: build data set queries by adding column-and-value conditions with the AddValue method.

## What it does

Represents a data set query.

## Methods

| **Definition**                               | **Description**                                                                           |
| -------------------------------------------- | ----------------------------------------------------------------------------------------- |
| AddValue ( column : string, value : object ) | Lets you add one or more conditions to the query by specifying a column's name and value. |
