dotConnect for PostgreSQL Documentation
Devart.Data.Synchronization Namespace / SyncProviderAdapterConfiguration Class
Members

In This Topic
    SyncProviderAdapterConfiguration Class
    In This Topic
    Represents synchronization adapter configuration for a table in a database.
    Syntax
    'Declaration
     
    Public Class SyncProviderAdapterConfiguration 
    public class SyncProviderAdapterConfiguration 
    Remarks

    Sync Framework uses this class to create a Microsoft.Synchronization.Data.DbSyncAdapter object for each table that is provisioned for synchronization.

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

    This class is available only in Professional Edition. It is not available in Standard and Mobile Editions.

    Inheritance Hierarchy

    System.Object
       Devart.Data.Synchronization.SyncProviderAdapterConfiguration

    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