zoukankan      html  css  js  c++  java
  • mojoportal中提示错误:parameter's type doesn't match cached parameters

      注释掉SqlParameterHelper.cs中如下代码:

     //Debug.Assert(arParams[index].Direction == dir, "parameter's direction doesn't match cached parameters");
                //Debug.Assert(string.Equals(arParams[index].ParameterName,paramName, StringComparison.InvariantCultureIgnoreCase), "parameter's name doesn't match cached parameters");
                //Debug.Assert(
                //    ((type != SqlDbType.NText)
                //        && (arParams[index].SqlDbType == type))
                //        ||
                //    ((type == SqlDbType.NText)
                //    && (arParams[index].SqlDbType == SqlDbType.NVarChar))
                //    ||
                //    ((type == SqlDbType.Image)
                //    && (arParams[index].SqlDbType == SqlDbType.VarBinary))
                //    , "parameter's type doesn't match cached parameters"
                //    );

  • 相关阅读:
    [Leetcode]@python 89. Gray Code
    [Leetcode]@python 88. Merge Sorted Array.py
    [Leetcode]@python 87. Scramble String.py
    [Leetcode]@python 86. Partition List.py
    [leetcode]@python 85. Maximal Rectangle
    0523BOM
    0522作业星座
    0522dom
    0520
    0519作业
  • 原文地址:https://www.cnblogs.com/wenjie/p/1885204.html
Copyright © 2011-2022 走看看