上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 41 下一页
摘要: 原文:http://www.entityframeworktutorial.net/code-first/inverseproperty-dataannotations-attribute-in-code-first.aspx 我们已经学习,如果你没有在父类中包含外键属性,那么Code-First会 阅读全文
posted @ 2017-07-21 16:40 talentzemin 阅读(456) 评论(0) 推荐(0) 编辑
摘要: 原文:http://www.entityframeworktutorial.net/code-first/notmapped-dataannotations-attribute-in-code-first.aspx NotMapped属性可以应用于类的属性。 默认的Code-First约定为包含ge 阅读全文
posted @ 2017-07-21 16:29 talentzemin 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 原文:http://www.entityframeworktutorial.net/code-first/foreignkey-dataannotations-attribute-in-code-first.aspx ForeignKey属性可以应用于类的属性。对于ForeignKey关系, 默认C 阅读全文
posted @ 2017-07-21 16:25 talentzemin 阅读(499) 评论(0) 推荐(0) 编辑
摘要: 原文:http://www.entityframeworktutorial.net/code-first/column-dataannotations-attribute-in-code-first.aspx Column属性可以应用于类的属性。 默认Code First约定创建与名称相同的列名称。 阅读全文
posted @ 2017-07-21 16:09 talentzemin 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 原文:http://www.entityframeworktutorial.net/code-first/table-dataannotations-attribute-in-code-first.aspx Table 属性可以应用于一个类。 默认Code First约定创建与名称相同的表名称。Ta 阅读全文
posted @ 2017-07-21 16:00 talentzemin 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 原文:http://www.entityframeworktutorial.net/code-first/stringlength-dataannotations-attribute-in-code-first.aspx StringLength属性可以应用于类的字符串类型属性。 EF Code F 阅读全文
posted @ 2017-07-21 11:17 talentzemin 阅读(725) 评论(0) 推荐(0) 编辑
摘要: 原文:http://www.entityframeworktutorial.net/code-first/maxlength-minlength-dataannotations-attribute-in-code-first.aspx MaxLength MaxLength属性可以应用于域类的字符串 阅读全文
posted @ 2017-07-21 10:44 talentzemin 阅读(869) 评论(0) 推荐(0) 编辑
摘要: 原文:http://www.entityframeworktutorial.net/code-first/required-attribute-dataannotations-in-code-first.aspx Required 属性可以应用于域类的属性。 EF Code First将在数据库表中 阅读全文
posted @ 2017-07-21 10:37 talentzemin 阅读(226) 评论(0) 推荐(0) 编辑
摘要: 原文:http://www.entityframeworktutorial.net/code-first/concurrencycheck-dataannotations-attribute-in-code-first.aspx ConcurrencyCheck属性可以应用于域类的属性。 当EF执行 阅读全文
posted @ 2017-07-21 10:29 talentzemin 阅读(370) 评论(0) 推荐(0) 编辑
摘要: 原文:http://www.entityframeworktutorial.net/code-first/TimeStamp-dataannotations-attribute-in-code-first.aspx TimeStamp属性只能应用于域类的一个字节数组属性。 TimeStamp属性创建 阅读全文
posted @ 2017-07-19 15:47 talentzemin 阅读(275) 评论(0) 推荐(0) 编辑
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 41 下一页