IndentedTextWriter.WriteLineNoTabs Method (String)

 

Writes the specified string to a line without tabs.

Namespace:   System.Data.Entity.Migrations.Utilities
Assembly:  EntityFramework (in EntityFramework.dll)

public void WriteLineNoTabs(
	string value
)

Parameters

value
Type: System.String

The string to write.