The TableDifference type exposes the following members.

Methods

  NameDescription
Dispose
Disposes of the object.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
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.)
TargetTable
Returns the target table on the specified database, or returns the source table if the target table does not exist.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
DifferencesSummary
The differences summary object for the table difference.
Name
The fully-qualified name of the table being compared.
RefreshSelected
Set if the table is to be included when refreshing the TableDifferences. Defaults to true.
ResultsStore
The records that are in the two databases. This can be affected by ApplyFilter(Boolean) and ApplySort()()().
SqlSynchronization
Affects which parts of the SQL code are produced when the synchronization SQL script is generated.
TableMapping
The setting to be used when the table differences are refreshed.

See Also