public static List <string> GetFieldList(string tableName, string filedName) { return(CommonDal.GetFieldList(tableName, filedName)); }