Můžete zkusit níže uvedené věci.
-
Použijte exec místo call
var results =wait _context.GetTechnicians.FromSql("EXEC GetTechniciansByTrade(@MyTrade, @PageIndex, @PageSize, @PageCount OUTPUT)"
-
Vyberte PageCount v uložené proceduře
Informace mám z tohoto problému github .