Overload | Description |
---|---|
MySqlSyncProvider Constructor() | Initializes a new instance of the MySqlSyncProvider class with default values. |
MySqlSyncProvider Constructor(String,MySqlConnection) | Initializes a new instance of the MySqlSyncProvider class with the specified synchronization scope name and connection. |
MySqlSyncProvider Constructor(String,MySqlConnection,String) | Initializes a new instance of the MySqlSyncProvider class with the specified synchronization scope name, connection, and object preffix. |
MySqlSyncProvider Constructor(String,MySqlConnection,String,String) | Initializes a new instance of the MySqlSyncProvider class with the specified synchronization scope name, connection, object preffix, and object schema. |