SqlServerMigrationSqlGenerator::Generate Method (ColumnModel, IndentedTextWriter)

[This page is specific to the Entity Framework version 6. The latest version is available as the 'Entity Framework' NuGet package. For more information about Entity Framework, see msdn.com/data/ef.]

Generates SQL for the given column model. This method is called by other methods that process columns and can be overridden to change the SQL generated.

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

protected public:
virtual void Generate(
	ColumnModel^ column, 
	IndentedTextWriter^ writer
)

Parameters

column
Type: System.Data.Entity.Migrations.Model::ColumnModel
The column for which SQL is being generated.
writer
Type: System.Data.Entity.Migrations.Utilities::IndentedTextWriter
The writer to which generated SQL should be written.
Show: