Gets the body of the stored procedure expressed in SQL.
public string BodySql { get; }
The body of the stored procedure expressed in SQL.
ProcedureOperation ClassSystem.Data.Entity.Migrations.Model Namespace