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