Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SqlServerMigrationSqlGenerator::GenerateProcedureBody Method (ICollection<DbModificationCommandTree^>^, String^, String^)

Entity Framework 6.0
 

Generates the SQL body for a stored procedure.

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

public:
virtual String^ GenerateProcedureBody(
	ICollection<DbModificationCommandTree^>^ commandTrees,
	String^ rowsAffectedParameter,
	String^ providerManifestToken
) override

Parameters

commandTrees
Type: System.Collections.Generic::ICollection<DbModificationCommandTree^>^

The command trees representing the commands for an insert, update or delete operation.

rowsAffectedParameter
Type: System::String^

The rows affected parameter name.

providerManifestToken
Type: System::String^

The provider manifest token.

Return Value

Type: System::String^

The SQL body for the stored procedure.

Return to top
Show: