我需要使用C#7中的新元组从dapper返回一个列表。publicstaticListGetOnlyServices(){varquery=$@"SELECTST.style_idasStyleId,ST.style_codeasStyleCode......";using(SqlConnectiondb=newSqlConnection(InfobaseConString)){vara=db.Query(query,commandTimeout:90).ToList();returna;}}但是这个函数只返回56行(0,0),Item1=0,Item2=0。我错过了什么?