ITableComparisonService
Allows the implementation of a service that compares tables.
- Namespace:
- KpokPatagon.Data.DatabaseSchema
- Type:
- Interface
- Public:
- Yes
- Protected:
- No
- Sealed:
- No
- Abstract:
- Yes
Methods
Compare
Compares the actual table with the desired one.
- Signature:
public TableComparisonResult Compare(desired, actual)
Returns
A TableComparisonResult.
Parameters
Name |
Type |
Summary |
desired |
Table |
Desired configuration of a Table. |
actual |
Table |
Actual configuration of a Table. |