---
title: "What is dataset Object?"  
description: "What is dataset Object?"  
author: "Sumit Kesarwani"  
published: 2014-01-27  
updated: 2020-09-15  
canonical: https://www.mindstick.com/interview/1897/what-is-dataset-object  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# What is dataset Object?

The dataset object is used for manipulating a memory image of a database.

The database object that is loaded in memory and which is not connected with the physical database is managed or manipulated through the dataset objects.

## Answers

### Answer by Sumit Kesarwani

The dataset object is used for manipulating a memory image of a database.

The database object that is loaded in memory and which is not connected with the physical database is managed or manipulated through the dataset objects.


---

Original Source: https://www.mindstick.com/interview/1897/what-is-dataset-object

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
