SqlScriptGeneratorOptions.MultilineWherePredicatesList Property
SQL Server 2012
Gets or sets a value that indicates whether WHERE predicates (expressions separated by AND, and OR) are written on multiple lines.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
'Declaration Public Property MultilineWherePredicatesList As Boolean Get Set 'Usage Dim instance As SqlScriptGeneratorOptions Dim value As Boolean value = instance.MultilineWherePredicatesList instance.MultilineWherePredicatesList = value
Property Value
Type: System.BooleanTrue if WHERE predicates (expressions separated by AND, and OR) are written on multiple lines; otherwise, false.
