上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 41 下一页
摘要: 原文:http://www.entityframeworktutorial.net/code-first/move-configurations-to-seperate-class-in-code-first.aspx 到目前为止,我们已经在前面的章节中配置了OnModelCreating方法中的所 阅读全文
posted @ 2017-08-08 17:06 talentzemin 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 原文:http://www.entityframeworktutorial.net/code-first/cascade-delete-in-code-first.aspx 当删除主记录时,级联删除会自动删除相关记录,或将外键属性设置为空值。 默认情况下,EF对所有类型的关系(一对一、一对多和多对多 阅读全文
posted @ 2017-08-07 16:00 talentzemin 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 原文:http://www.entityframeworktutorial.net/code-first/code-first-from-existing-database.aspx 本节,将学习如何为现有数据库生成Code First上下文和实体类。 EF为现有数据库使用Code First方法提 阅读全文
posted @ 2017-08-07 15:38 talentzemin 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 原文:http://www.entityframeworktutorial.net/code-first/configure-many-to-many-relationship-in-code-first.aspx 本节,我们将学习如何配置Student 和Course 实体类之间的多对多关系。St 阅读全文
posted @ 2017-08-04 15:15 talentzemin 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 原文:http://www.entityframeworktutorial.net/code-first/configure-one-to-many-relationship-in-code-first.aspx 本节,我们将学习如何在Code First中配置两个实体之间的一对多关系。 举一个St 阅读全文
posted @ 2017-08-04 14:28 talentzemin 阅读(238) 评论(0) 推荐(0) 编辑
摘要: 原文:http://www.entityframeworktutorial.net/code-first/configure-one-to-one-relationship-in-code-first.aspx 本节,我们将配置两个实体之间的一对零或者一对一关系。例如, Entity1可以与零个或仅 阅读全文
posted @ 2017-08-02 15:46 talentzemin 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 原文:http://www.entityframeworktutorial.net/code-first/configure-property-mappings-using-fluent-api.aspx 本节,我们将学习如何使用Fluent API配置实体类的属性。 我们将使用我们学校app的St 阅读全文
posted @ 2017-08-01 14:52 talentzemin 阅读(264) 评论(0) 推荐(0) 编辑
摘要: 原文:http://www.entityframeworktutorial.net/code-first/configure-entity-mappings-using-fluent-api.aspx 本节,我们将学习如何使用Fluent API配置实体。 我们将使用以下学校app的Student和 阅读全文
posted @ 2017-08-01 14:24 talentzemin 阅读(275) 评论(0) 推荐(0) 编辑
摘要: 原文:http://www.entityframeworktutorial.net/code-first/entitytypeconfiguration-class.aspx 在我们开始使用Fluent API进行配置之前,我们来看看一个重要的Fluent API类。 EntityTypeConfi 阅读全文
posted @ 2017-08-01 14:05 talentzemin 阅读(499) 评论(0) 推荐(0) 编辑
摘要: 原文:http://www.entityframeworktutorial.net/code-first/fluent-api-in-code-first.aspx 在前面的学习中。我们已经看到不同的DataAnnotations属性来覆盖默认的Code-First约定。 本节,我们将了解Fluen 阅读全文
posted @ 2017-08-01 13:51 talentzemin 阅读(220) 评论(0) 推荐(0) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 41 下一页