SqlScriptGeneratorOptions.MultilineWherePredicatesList Property

Gets or sets a Boolean indicating whether WHERE predicates (expressions separated by AND and OR) should be written on multiple lines.

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

Syntax

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

Property Value

Type: System.Boolean
Returns true if WHERE predicates should be written on multiple lines, false otherwise.

.NET Framework Security

See Also

Reference

SqlScriptGeneratorOptions Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace