ProcedureOperation.Parameters Property

 

Gets the parameters of the stored procedure.

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

public virtual IList<ParameterModel> Parameters { get; }

Property Value

Type: System.Collections.Generic.IList<ParameterModel>

The parameters of the stored procedure.