摘要:
比如:string str="6>5"; 要的效果是:bool result=6>5 方案1: 命名空间:System.Data; DataTable dt = new DataTable(); bool result= (bool)dt.Compute("","");dt.Compute(str, 阅读全文
摘要:
1 public class EnumHelper 2 { 3 #region 获取枚举 4 public static List<EnumValue> GetEnumList(Type enumType) 5 { 6 var list = new List<EnumValue>(); 7 stri 阅读全文
摘要:
select t.TABLE_NAME from information_schema.columns t where t.COLUMN_NAME='列名'; 阅读全文