---
title: "what are the various objects in dataset?"  
description: "what are the various objects in dataset?"  
author: "Anonymous User"  
published: 2011-01-14  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/321/what-are-the-various-objects-in-dataset  
category: "ado.net"  
tags: ["ado.net"]  
reading_time: 1 minute  

---

# what are the various objects in dataset?

The DataSet class exists in the System.Data namespace. The Classes contained in the DataSet class are:

DataTable \
DataColumn\
DataRow \
Constraint\
DataRelation.\

## Answers

### Answer by hanmandlu vasani

The DataSet class exists in the System.Data namespace. The Classes contained in the DataSet class are:

DataTable \
DataColumn\
DataRow \
Constraint\
DataRelation.\


---

Original Source: https://www.mindstick.com/interview/321/what-are-the-various-objects-in-dataset

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
