MySqlTableComparisonService

Implements a ITableComparisonService for MySql.

Namespace:
Inetdev.Data.MySql.DatabaseSchema
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Object
Implements:
Inetdev.Data.DatabaseSchema.ITableComparisonService

Constructors

MySqlTableComparisonService

Default constructor

Signature:
public Void MySqlTableComparisonService()

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