ProcedureOperation.Parameters Property
Gets the parameters of the stored procedure.
Assembly: EntityFramework (in EntityFramework.dll)
Property Value
Type: System.Collections.Generic.IList<ParameterModel>The parameters of the stored procedure.
Gets the parameters of the stored procedure.
The parameters of the stored procedure.