Compartir a través de


ProcedureOperation.Parameters Propiedad

Definición

Obtiene los parámetros del procedimiento almacenado.

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)

Valor de propiedad

Parámetros del procedimiento almacenado.

Se aplica a