SqlScriptGeneratorOptions.NewLineBeforeHavingClause Property

Gets or sets a Boolean indicating whether there should be a new line before the HAVING clause in a SELECT statement.

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

Syntax

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

Property Value

Type: System.Boolean
Returns true if there should be a new line before the HAVING clause in a SELECT statement, false otherwise.

.NET Framework Security

See Also

Reference

SqlScriptGeneratorOptions Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace