Share via


SqlModelComparerConfiguration.IgnoreComments Property

Gets or sets a value that indicates whether to ignore any comments inside body script.

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

Syntax

'Declaration
Public Property IgnoreComments As Boolean
public bool IgnoreComments { get; set; }
public:
property bool IgnoreComments {
    bool get ();
    void set (bool value);
}
member IgnoreComments : bool with get, set
function get IgnoreComments () : boolean
function set IgnoreComments (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SqlModelComparerConfiguration Class

Microsoft.Data.Schema.Sql.SchemaModel Namespace