The EngineDataCompareOptions type exposes the following members.

Constructors

  NameDescription
EngineDataCompareOptionsOverloaded.

Methods

  NameDescription
Clone
Creates a shallow copy of the options.
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.)
GetAvailableComparisonOptions
Returns a list of available options for comparing databases.
GetAvailableMappingOptions
Returns a list of available options for mapping databases.
GetAvailableSqlOptions
Returns a list of available options for generating the synchronization SQL script.
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.)
GetObjectData
Gets serialization information with all of the data needed to recreate an instance of the EngineDataCompareOptions class.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
ComparisonOptions
Options that must be set before the databases are compared.
MappingOptions
Options that must be set before the databases are mapped.
SqlOptions
Options that must be set before the SQL script is generated.

See Also