C# Corner
Tech
News
Videos
Forums
Trainings
Books
Events
More
Interviews
Jobs
Live
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
.NET
ADO.NET
Android
ASP.NET
C#
Databases & DBA
Design Patterns & Practices
Java
Learn iOS Programming
OOP/OOD
SharePoint
Software Testing
Web Development
WPF
View All
3
Reply
What is a DataTable?
Deepak Kamboj
12y
2.9k
0
Reply
Delete Row
Delete Column
Insert Link
×
Insert
Cancel
Embed YouTube Video
×
Width (%)
Height (%)
Insert
Cancel
Table Options
×
Rows
Columns
First row as header
Create Table
Insert Image
×
Selected file:
Alignment
Left
Center
Right
Select an image from your device to upload
Upload to Server
Cancel
Submit
DataTable represents a single table in the database. It has rows and columns. There is no much difference between dataset and datatable, dataset is simply the collection of datatables.
Bharathi Raja
7y
1
DataTable is a class. It is a collection of datarow and datacolumn. System.data namespace contains the definition of DataTable. It is used to store the data from database return in tabular form. You can also define the structure of DataTable..
Rahul Prajapat
10y
0
DataTable is a classs.it is a collection of datacolumn and datarows. system.data namespace contain the defination of datatable. datatable used to store collection of data from database.using datatable you can define the datatable structure.
Priti Kumari
12y
0
What is the difference between int and int32?
What is DataRowCollection?
Message