SqlScriptGeneratorOptions.NewLineBeforeJoinClause Property
Gets or sets a value that indicates whether a newline exists before the JOIN clause in a SELECT statement.
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Property Value
Type: System.BooleanTrue if a newline exists before the JOIN clause in a SELECT statement; otherwise, false.
Show: