SqlServerMigrationSqlGenerator.Writer Method ()
Gets a new IndentedTextWriter that can be used to build SQL. This is just a helper method to create a writer. Writing to the writer will not cause SQL to be registered for execution. You must pass the generated SQL to the Statement method.
Assembly: EntityFramework.SqlServer (in EntityFramework.SqlServer.dll)
[SuppressMessageAttribute("Microsoft.Reliability", "CA2000:Dispose objects before losing scope")] protected static IndentedTextWriter Writer()
Return Value
Type: System.Data.Entity.Migrations.Utilities.IndentedTextWriterAn empty text writer to use for SQL generation.