Mention the different objects available in Dataset of ADO.NET

Dataset object in ADO.NET contains DataTableCollection which includes several DataTable objects wherein each DataTable object corresponds to a table in the database. Each DataTable object in turn includes the following objects:



DataRowCollection – This DataRowCollection contains several DataRow Objects. Each DataRow object corresponds to a row in the corresponding table of the database, based on the query.
DataColumnCollection – This DataColumnCollection contains several DataColumn Objects. Each DataColumn object corresponds to a column in the corresponding table of the database, based on the query.
ConstraintCollection – ConstraintCollection contains several Constraint object. Each Object contains constraints or default value settings or primary key corresponding to the constraints defined in the particular table of the database.
DataView Object – This object creates a view based on the database table using which you can search and manipulate records of the table.
Child Relations and Parent Relations – These objects are used to represent parent child relationship between data tables.

In addition to DataTable objects mentioned above, Dataset also includes DataRelationCollection and ExtendedProperties in its object model.

| How do you implement Observer Design Pattern in .NET? | How do you pass data between different Tiers in .NET Architecture? | How is Classic ADO different from ADO.NET? | How is Dataadapter useful in ADO.NET? | How is Datareader different from Dataset in ADO.NET? | How is .NET Application Development different from Traditional Development? | How is HashTable different from ArrayList in .NET? | How is Inheritance achieved in C#? | How is new keyword different from override keyword during inheritance in .NET? | How is String class different from StringBuilder class in .NET? | Illustrate ADO.NET Architecture | Illustrate the importance of Server.Transfer and Response.Redirect in .NET? | Mention the different objects available in Dataset of ADO.NET | Mention the usage of Connection Object in ADO.NET | What are the commonly used methods of Dataadapter in ADO.NET? | What are the different Behavioral Design Patterns that can be used in .NET Architecture? | What are the different Creational Design Patterns that can be used in .NET Architecture? | What are the different Structural Design Patterns that can be used in .NET Architecture? | What are the methods provided by Command Objects in ADO.NET? | What is Internal Access Modifier in C#? |


“Amazon and the Amazon logo are trademarks of Amazon.com, Inc. or its affiliates.”

| Privacy Policy for www.dotnet-guide.com | Disclosure | Contact |

Copyright - © 2004 - 2024 - All Rights Reserved.