C# stored procedure with parameters

前端 未结 9 2393
误落风尘
误落风尘 2020-12-10 11:49

I am receiving an error in my application and i can not figure out how to resolve it. Here is the code:

SqlConnection myConnection = new SqlConnection(Confi         


        
9条回答
  •  执笔经年
    2020-12-10 12:20

    T is type of Task and and ado try convert it to string you should put t.GetType().Name or the real task name here because we can't pass objects as parameter the only type are known sqltypes

提交回复
热议问题