Share via


SqlModelComparerConfiguration Members

Include Protected Members
Include Inherited Members

Represents the SQL-specific comparison configuration.

The SqlModelComparerConfiguration type exposes the following members.

Constructors

  Name Description
Public method SqlModelComparerConfiguration Overloaded. Initializes a new instance of the SqlModelComparerConfiguration class.

Top

Methods

  Name Description
Public method AddOrUpdateSqlCmdVariable Adds or updates a SQL command variable.
Public method AddPropertyValue Adds a property value. (Inherited from ModelComparerConfiguration.)
Public method Clone Clones a SQL model comparer configuration. (Overrides ModelComparerConfiguration.Clone().)
Protected method CloneMemberValues Clones member values. (Inherited from ModelComparerConfiguration.)
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method 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.)
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 RemoveSqlCmdVariable Removes a SQL command variable.
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public property Filter Gets or sets the filter defined for this comparison configuration. (Inherited from ModelComparerConfiguration.)
Public property IgnoreComments Gets or sets whether to ignore any comments inside the body script.
Public property IgnoreKeywordCasing Gets or sets whether to ignore keyword casing inside the body script.
Public property IgnoreSemicolonBetweenStatements Gets or sets whether to ignore a semicolon between statements inside the body script.
Public property IgnoreWhitespace Gets or sets whether to ignore any whitespace inside the body script.
Public property OnlyCompareElementsInSource Gets or sets whether to only compare elements that exist in the source. (Inherited from ModelComparerConfiguration.)
Public property SourceSqlCmdVariables Gets SQL command variables for the source model store.
Public property TargetSqlCmdVariables Gets SQL command variables for the target model store.
Public property UseSourceCollation Gets or sets whether to use source collation during identifier comparison. (Inherited from ModelComparerConfiguration.)

Top

See Also

Reference

SqlModelComparerConfiguration Class

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace