SqlServerMigrationSqlGenerator.Generate Method (CreateProcedureOperation)
[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 create procedure operation.
Assembly: EntityFramework.SqlServer (in EntityFramework.SqlServer.dll)
'Declaration Protected Overridable Sub Generate ( _ createProcedureOperation As CreateProcedureOperation _ ) 'Usage Dim createProcedureOperation As CreateProcedureOperation Me.Generate(createProcedureOperation)
Parameters
- createProcedureOperation
- Type: System.Data.Entity.Migrations.Model.CreateProcedureOperation
The create procedure operation.
Show: