因为vs2013没有更新update 5所以Parameters.Add可以用Parameters.AddWithValue赋值无效

更新后可以。

Parameters.AddWithValue的底层实际上还是

Parameters.Add

05-06 04:32