ADO.NET 2.0 includes enhanced type support for the DataSet using System.Data.SqlTypes. System.Data.SqlTypes are designed to provide data types with the same semantics and precision as the data types in a SQL Server database. Each data type in System.Data.SqlTypes has an equivalent data type in SQL Server 2005, with the same underlying data representation.
In This Section
- SqlTypes and the DataSet
 Describes new type support for SqlTypes in the DataSet.
- Handling Null Values
 Demonstrates how to work with null values using SqlTypes.
- Working with GUIDs
 Demonstrates how to work with globally unique identifier (GUID) values using SqlTypes.
Reference
- DataSet
 Describes the DataSet class and all of its members.
- System.Data.SqlTypes
 Describes the SqlTypes namespace and all of its members.
- SqlDbType
 Describes the SqlDbType enumeration and all of its members.
- DbType
 Describes the DbType enumeration and all of its members.