SqlServerTableComparisonService

Implements a ITableComparisonService for Sql Server.

Namespace:
KpokPatagon.Data.SqlServer.DatabaseSchema
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No

Methods

Compare

Checks if desired is equals to actual.

Signature:
public TableComparisonResult Compare(desired, actual)
Returns

The result of the comparison.

Parameters
Name Type Summary
desired Table Desired configuration or a Table.
actual Table Actual configuration of a Table.
Exceptions
Type Summary
ArgumentNullException

Thrown when desired is null.

-or- actual is null.

In this document