ModelComparerConfiguration Class

Represents a configuration object that is defined for model comparison.

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.SchemaModel.ModelComparerConfiguration
    Microsoft.Data.Schema.Sql.SchemaModel.SqlModelComparerConfiguration

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Class ModelComparerConfiguration _
    Implements ICloneable
public class ModelComparerConfiguration : ICloneable
public ref class ModelComparerConfiguration : ICloneable
type ModelComparerConfiguration =  
    class
        interface ICloneable
    end
public class ModelComparerConfiguration implements ICloneable

The ModelComparerConfiguration type exposes the following members.

Constructors

  Name Description
Public method ModelComparerConfiguration() Initializes a new instance of the ModelComparerConfiguration class.
Public method ModelComparerConfiguration(ModelComparisonFilter) Initializes a new instance of the ModelComparerConfiguration class.
Public method ModelComparerConfiguration(ModelComparisonFilter, Boolean, Boolean) Initializes a new instance of the ModelComparerConfiguration class.

Top

Properties

  Name Description
Public property Filter Gets or sets the filter that is defined for this comparison configuration.
Public property OnlyCompareElementsInSource Gets or sets a value that indicates whether to compare only elements that occur in the source.
Public property UseSourceCollation Gets or sets a value that indicates whether to use source collation during identifier comparison.

Top

Methods

  Name Description
Public method AddPropertyValueSubstitution
Public method Clone Clones this object.
Protected method CloneMemberValues Clones member values.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method TryGetPropertyValueSubstitution

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Data.Schema.SchemaModel Namespace