码迷,mamicode.com
首页 >  
搜索关键字:code    ( 108667个结果
Entity Framework Code-First(17):Database Initialization Strategy
Database Initialization Strategies in Code-First: You already created a database after running your Code-First application the first time, but what ab ...
分类:数据库   时间:2016-07-05 18:34:00    阅读次数:197
yaf的安装
http://kenby.iteye.com/blog/1979899 yaf源码分析学习网站 三.利用Yaf自带的快速代码生成工具yaf_code_generator生成代码 # cd tools/cg # /usr/local/webserver/php/bin/php yaf_cg app # ...
分类:其他好文   时间:2016-07-05 18:27:55    阅读次数:154
Entity Framework Code-First(9.3):ConcurrencyCheck Attribute
ConcurrencyCheck Attribute: ConcurrencyCheck attribute can be applied to a property of a domain class. Code First takes the value of a column in "wher ...
分类:其他好文   时间:2016-07-05 17:14:09    阅读次数:201
Entity Framework Code-First(10.2):Entity Mappings
Entity Mappings using Fluent API: Here, we will learn how to configure an entity using Fluent API. We will use the following Student and Standard doma ...
分类:移动开发   时间:2016-07-05 17:12:45    阅读次数:361
Entity Framework Code-First(9.8):DataAnnotations - Column Attribute
DataAnnotations - Column Attribute: Column attribute can be applied to properties of a class. Default Code First convention creates a column name same ...
分类:其他好文   时间:2016-07-05 17:08:08    阅读次数:147
Entity Framework Code-First(9.2):DataAnnotations - TimeStamp Attribute
DataAnnotations - TimeStamp Attribute: TimeStamp attribute can be applied to only one byte array property of a domain class. TimeStamp attribute creat ...
分类:其他好文   时间:2016-07-05 17:06:28    阅读次数:147
Entity Framework Code-First(10):Fluent API
Fluent API in Code-First: We have seen different DataAnnotations attributes in the previous sections to override default Code-First Conventions. Here, ...
分类:Windows程序   时间:2016-07-05 17:06:22    阅读次数:256
Entity Framework Code-First(9.4):DataAnnotations - Required Attribute
Required attribute can be applied to a property of a domain class. EF Code-First will create a NOT NULL column in a database table for a property on w ...
分类:其他好文   时间:2016-07-05 17:04:32    阅读次数:105
Entity Framework Code-First(9.7):DataAnnotations - Table Attribute
DataAnnotations - Table Attribute: Table attribute can be applied to a class. Default Code-First convention creates a table name same as the class nam ...
分类:其他好文   时间:2016-07-05 17:04:25    阅读次数:118
Entity Framework Code-First(9.10):DataAnnotations - NotMapped Attribute
DataAnnotations - NotMapped Attribute: NotMapped attribute can be applied to properties of a class. Default Code-First convention creates a column for ...
分类:移动开发   时间:2016-07-05 17:01:56    阅读次数:198
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!