# JSBaseRecord

## Overview

`JSBaseRecord` serves as the foundational type for a record, representing a single row within a foundset. This includes various foundset types such as `JSFoundSet`, `ViewFoundSet`, or `MenuFoundSet`.

Each `JSBaseRecord` is associated with a foundset, providing access to the dataset it belongs to. This association allows manipulation and interaction with the data structure.

The `getDataSource()` method retrieves the datasource linked to the record, offering insights into the origin of the data.

For more details, refer to the [JSRecord](https://docs.servoy.com/reference/servoycore/dev-api/database-manager/jsrecord) documentation.

## Properties Summarized

| Type                                                                       | Name                  | Summary |
| -------------------------------------------------------------------------- | --------------------- | ------- |
| [JSFoundSet](/reference/servoycore/dev-api/database-manager/jsfoundset.md) | [foundset](#foundset) |         |

## Methods Summarized

| Type                                                     | Name                              | Summary |
| -------------------------------------------------------- | --------------------------------- | ------- |
| [String](/reference/servoycore/dev-api/js-lib/string.md) | [getDataSource()](#getdatasource) |         |

## Properties Detailed

### foundset

**Type**\
[JSFoundSet](/reference/servoycore/dev-api/database-manager/jsfoundset.md) the foundset to which this record belongs.

## Methods Detailed

### getDataSource()

**Returns:** [String](/reference/servoycore/dev-api/js-lib/string.md) the data source associated with this record.

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.servoy.com/reference/servoycore/dev-api/database-manager/jsbaserecord.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
