dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlDataSet Class
Members

In This Topic
    SqlDataSet Class
    In This Topic
    Represents an in-memory cache of data with support for SQL Server-specific features.
    Syntax
    Remarks

    Refer to topic General Concepts in Database Application Development for information on how to use the SqlDataSet class best.

    This class supports cross-form data binding with the InterForm Technology.

    To migrate from a standard typed DataSet, change its Custom Tool property to dcSqlDataSetGenerator. You will also need to delete all TableAdapters from the old DataSet.

    This class is available only in Professional Edition.

    Inheritance Hierarchy

    System.Object
       System.ComponentModel.MarshalByValueComponent
          System.Data.DataSet
             Devart.Common.DbDataSet
                Devart.Data.SqlServer.SqlDataSet

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also