摘要: 简单点的数据表: 实体类: using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace 省市联动{ public class tblArea { public int AreaId { get; set; } public st... 阅读全文
posted @ 2019-02-13 14:32 崇尚技术 阅读(266) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Data.SqlCli... 阅读全文
posted @ 2019-02-13 11:10 崇尚技术 阅读(332) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Data.SqlClient;using System.Configuration; namespace _001{ public static class SqlHe... 阅读全文
posted @ 2019-02-13 11:09 崇尚技术 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-02-13 11:08 崇尚技术 阅读(163) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace _001{ public class tbusers { public string loginid { get; set; } public string loginpwd ... 阅读全文
posted @ 2019-02-13 11:07 崇尚技术 阅读(131) 评论(0) 推荐(0) 编辑