共用方式為


ProcedureOperation.Parameters 屬性

定義

取得預存程式的參數。

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)

屬性值

預存程式的參數。

適用於