SqlServerMigrationSqlGenerator.Generate Method (AlterProcedureOperation)

[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 the specified alter procedure operation.

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

protected virtual void Generate(
	AlterProcedureOperation alterProcedureOperation
)

Parameters

alterProcedureOperation
Type: System.Data.Entity.Migrations.Model.AlterProcedureOperation
The alter procedure operation.
Show: