C#中 查询DataTable是否包含某个特定的数据
摘要:
1、先定一个DataTable private DataTable dtComp { get { return this["dtComp"] as DataTable; } set { this["dtComp"] = value; } } 2、创建datatable的行 dtComp = new 阅读全文
posted @ 2022-01-10 14:21 写个笔记 阅读(3494) 评论(0) 推荐(1)
浙公网安备 33010602011771号