Share via


ProcedureOperation.Parameters Property

Definition

Gets the parameters of the stored procedure.

public virtual System.Collections.Generic.IList<System.Data.Entity.Migrations.Model.ParameterModel> Parameters { get; }
member this.Parameters : System.Collections.Generic.IList<System.Data.Entity.Migrations.Model.ParameterModel>
Public Overridable ReadOnly Property Parameters As IList(Of ParameterModel)

Property Value

The parameters of the stored procedure.

Applies to