SqlScriptDifferConstructor.IgnoreWhitespace Property

Gets or sets whether to ignore whitespace.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Public Property IgnoreWhitespace As Boolean
    Get
    Set
'Usage
Dim instance As SqlScriptDifferConstructor
Dim value As Boolean

value = instance.IgnoreWhitespace

instance.IgnoreWhitespace = value
public bool IgnoreWhitespace { get; set; }
public:
property bool IgnoreWhitespace {
    bool get ();
    void set (bool value);
}
function get IgnoreWhitespace () : boolean
function set IgnoreWhitespace (value : boolean)
member IgnoreWhitespace : bool with get, set

Property Value

Type: System.Boolean
Returns True if the compare operation should ignore whitespace, False if whitespace differences should be respected.

.NET Framework Security

See Also

Reference

SqlScriptDifferConstructor Class

SqlScriptDifferConstructor Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace