SqlScriptSaveOptions.AddBlankLineBetweenRows

SqlScriptSaveOptions.AddBlankLineBetweenRows property

Insert blank line between each data.

public bool AddBlankLineBetweenRows { get; set; }

Remarks

If Separator is ‘\n’ , it’s better to set this property as true to increase readability.

See Also