dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlDataSet Class
Members

PgSqlDataSet Class
Represents an in-memory cache of data with support for PostgreSQL-specific features.
Syntax
Remarks

Refer to topic General Concepts in Database Application Development for information on how to use the PgSqlDataSet 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 dcPgSqlDataSetGenerator. 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. It is not available in Standard and Mobile Editions.

Inheritance Hierarchy

System.Object
   System.ComponentModel.MarshalByValueComponent
      System.Data.DataSet
         Devart.Common.DbDataSet
            Devart.Data.PostgreSql.PgSqlDataSet

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