dotConnect for SQLite Documentation
Devart.Data.SQLite.Synchronization Namespace / SQLiteSyncProvider Class
Members

SQLiteSyncProvider Class
A synchronization provider for synchronizing SQLite databases.
Syntax
'Declaration
 
Public Class SQLiteSyncProvider 
   Inherits Devart.Data.Synchronization.DbSyncProviderBase
   Implements System.IDisposable 
 
Remarks

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.

Inheritance Hierarchy

System.Object
   Microsoft.Synchronization.SyncProvider
      Microsoft.Synchronization.KnowledgeSyncProvider
         Microsoft.Synchronization.Data.RelationalSyncProvider
            Microsoft.Synchronization.Data.DbSyncProvider
               Devart.Data.Synchronization.DbSyncProviderBase
                  Devart.Data.SQLite.Synchronization.SQLiteSyncProvider

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