Working with SqlTypes 

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

  • 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.

See Also

Other Resources

Using the .NET Framework Data Provider for SQL Server