预定义的类型“Microsoft.CSharp.RuntimeBinder.Binder”未定义或未导入
一开始初始化的时候,将一些数据类型对象转存动态对象存储了,如下:privateListSqlDBType=newList();Enum
.GetNames(typeof(System.Data.SqlDbType))
.ToList()
.ForEach(x=>SqlDBType.Add(new{
text=x.ToLower(),
value=x.ToLower()
}));当我进行xxx匹配时