Implements a ITableComparisonService for MySql.
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. |