摘要:
第一种- 在Fluent API中设置外键 public class Book { /// <summary> /// id /// </summary> public int Id { get; set; } /// <summary> /// 书本名称 /// </summary> public 阅读全文
摘要:
想入门学习创建存储过程,先看 https://www.cnblogs.com/tlfe/p/18853918use EFDB go --添加学生存储过程--usp_AddStudents 自定义的存储过程name if exists(select * from sysobjects where na 阅读全文