The ComparisonSession type exposes the following members.

Constructors

  NameDescription
ComparisonSession
Constructor.

Methods

  NameDescription
CancelOperation
Cancels the current operation. Any table differences that were generated before the operation was canceled will be invalid.
CompareDatabasesOverloaded.
Dispose
Disposes of the object and its resources.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Destructor.
(Overrides Object..::.Finalize()()().)
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnStatus
Fires the status event handler.
RefreshSelectedItems
Refreshes the TableDifferences collection with any changes that have been made to the underlying data.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Database1
Returns the first database that is being compared.
Database2
Returns the second database that is being compared.
Options
The options used when the databases are compared.
Status
The event handler used to receive status update events.
TableDifferences
The differences resulting from the database comparison.

See Also