| | |
| | | return; |
| | | } |
| | | //å¢å æ ¡éª |
| | | if (columnList.Where(x => x.ColumnName.ToUpper() == SystemCommonVar.c_creator.ToUpper()).Count() == 0) |
| | | { |
| | | MessageBox.Show($"è¡¨ä¸æ²¡æå段{SystemCommonVar.c_creator}ï¼"); |
| | | return; |
| | | } |
| | | //if (columnList.Where(x => x.ColumnName.ToUpper() == SystemCommonVar.c_creator.ToUpper()).Count() == 0) |
| | | //{ |
| | | // MessageBox.Show($"è¡¨ä¸æ²¡æå段{SystemCommonVar.c_creator}ï¼"); |
| | | // return; |
| | | //} |
| | | |
| | | |
| | | |
| | |
| | | EntityInstanceName = tableAlias, |
| | | LikeQueryAttrs = _tb_LikeQueryAttrs, |
| | | LikeQueryAttrsName = _tb_LikeQueryAttrsName, |
| | | ValidateRepeatName = this.tb_ValidateRepeatName.Text |
| | | ValidateRepeatName = this.tb_ValidateRepeatName.Text, |
| | | TableName = tableName |
| | | }; |
| | | //å¤çæä¸¾ç±»å |
| | | List<EnumModel> enumList = new List<EnumModel>(); |