Implements a ITableComparisonService for Oracle.
Default constructor
public Void OracleTableComparisonService()
Checks if desired is equals to actual.
public TableComparisonResult Compare(desired, actual)
The result of the comparison.
Name | Type | Summary |
---|---|---|
desired | Table | Desired configuration or a Table. |
actual | Table | Actual configuration of a Table. |
Type | Summary |
---|---|
ArgumentNullException | Thrown when desired is null. -or- actual is null. |
In this document