SqlScriptGeneratorOptions.NewLineBeforeOpenParenthesisInMultilineList Property
Gets or sets a Boolean indicating whether a new line should be placed before an open 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 NewLineBeforeOpenParenthesisInMultilineList As Boolean
public bool NewLineBeforeOpenParenthesisInMultilineList { get; set; }
public:
property bool NewLineBeforeOpenParenthesisInMultilineList {
bool get ();
void set (bool value);
}
member NewLineBeforeOpenParenthesisInMultilineList : bool with get, set
function get NewLineBeforeOpenParenthesisInMultilineList () : boolean
function set NewLineBeforeOpenParenthesisInMultilineList (value : boolean)
Property Value
Type: System.Boolean
Returns true if a new line should be placed before an open parenthesis, false otherwise.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.