摘要:
指定表名 [Table(account)] public class Account { } 标记主键 [Key] public int ID{get;set;} 标记最大长度和最小长度 [MaxLength(20)] [MinLength(5)] pubic string Name{get;set 阅读全文
摘要:
必备的dll EntityFramework.dll System.ComponentModel.DataAnnotations.dll MySql.Data.EntityFramework.dll MySql.Data.dll 安装mysql-connector-net.msi后,电脑上便有了My 阅读全文