因为没有添加到窗体上

比如

 

lblShowSQLWhereInfo = new Label() { };
lblShowSQLWhereInfo.Text 
= "请输入不带Where 的子句,并且字段前加上a.,可以用的字段名有:[RecordID],[Money],[Name],[TypeID],[Remark],[CreateDate],[HappenDate],[EditDate]。";
this.Controls.Add(lblShowSQLWhereInfo);

 

 这样就能显示出来了。

相关文章:

  • 2021-10-11
  • 2021-09-22
  • 2021-12-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-17
  • 2022-02-16
  • 2021-10-25
  • 2021-11-24
  • 2022-03-08
相关资源
相似解决方案