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 | |
---|---|---|
ModelComparerConfiguration() | Initializes a new instance of the ModelComparerConfiguration class. | |
ModelComparerConfiguration(ModelComparisonFilter) | Initializes a new instance of the ModelComparerConfiguration class. | |
ModelComparerConfiguration(ModelComparisonFilter, Boolean, Boolean) | Initializes a new instance of the ModelComparerConfiguration class. |
Top
Properties
Name | Description | |
---|---|---|
Filter | Gets or sets the filter that is defined for this comparison configuration. | |
OnlyCompareElementsInSource | Gets or sets a value that indicates whether to compare only elements that occur in the source. | |
UseSourceCollation | Gets or sets a value that indicates whether to use source collation during identifier comparison. |
Top
Methods
Name | Description | |
---|---|---|
AddPropertyValueSubstitution | ||
Clone | Clones this object. | |
CloneMemberValues | Clones member values. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (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.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
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.