SqlScriptGeneratorOptions.NewLineBeforeCloseParenthesisInMultilineList Property

Gets or sets a Boolean indicating whether a new line should be placed before a close parenthesis when writing a multiline list in parentheses.

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

Syntax

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

Property Value

Type: System.Boolean
Returns true if a new line should be placed before a close parenthesis when writing a multiline list in parentheses, false otherwise.

.NET Framework Security

See Also

Reference

SqlScriptGeneratorOptions Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace