摘要:
public partial class Form2 : Form { public Form2() { InitializeComponent(); } private void Form2_Load(object sender, EventArgs e) { } public class Res 阅读全文
摘要:
1.定义 EF Code First 上下文 StuContext 类 和一个类 作为模型 映射字段 using System.Data.Entity; using System.Collections.Generic; using System.ComponentModel.DataAnnotat 阅读全文