dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteDataSet Class
Members

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

    Refer to topic General Concepts in Database Application Development for information on how to use the SQLiteDataSet 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 dcSQLiteDataSetGenerator. You will also need to delete all TableAdapters from the old DataSet.

    Note: This class is not available in .NET Standard 1.3 compatible assembly. It is available only in the assembly for full .NET Framework and .NET Standard 2.0 compatible assemblies.

    This class is available only in Professional Edition.

    Inheritance Hierarchy

    System.Object
       System.ComponentModel.MarshalByValueComponent
          System.Data.DataSet
             Devart.Common.DbDataSet
                Devart.Data.SQLite.SQLiteDataSet

    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