ProcedureOperation.BodySql Property

 

Gets the body of the stored procedure expressed in SQL.

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

public string BodySql { get; }

Property Value

Type: System.String

The body of the stored procedure expressed in SQL.