SQLiteSyncProvider Constructor
In This Topic
Initializes a new instance of the
SQLiteSyncProvider class.
Overload List
Overload | Description |
SQLiteSyncProvider Constructor() | Initializes a new instance of the SQLiteSyncProvider class with default values. |
SQLiteSyncProvider Constructor(String,SQLiteConnection) | Initializes a new instance of the SQLiteSyncProvider class with the specified synchronization scope name and connection. |
SQLiteSyncProvider Constructor(String,SQLiteConnection,String) | Initializes a new instance of the SQLiteSyncProvider class with the specified synchronization scope name, connection, and object preffix. |
SQLiteSyncProvider Constructor(String,SQLiteConnection,String,String) | Initializes a new instance of the SQLiteSyncProvider class with the specified synchronization scope name, connection, object preffix, and object schema. |
See Also