Share via


SqlDeploymentOptions.IgnoreWhitespace Property

Definition

Get boolean that specifies whether to exclude whitespace from consideration when comparing the source and target model.

public bool IgnoreWhitespace { get; }
member this.IgnoreWhitespace : bool
Public ReadOnly Property IgnoreWhitespace As Boolean

Property Value

True to ignore differences whitespace; otherwise, false. Default is true.

Applies to