摘要:
(1)661是sql2008 R2的版本号 Microsoft SQL Server 2008 R2 (RTM)- 10.50.1600.1 (Intel X86) Apr 2 2010 15:53:02 Copyright (c) Microsoft(2)655版本也就是sql2008 sp1版本号 Microsoft SQL Server 2008 (SP1)- 10.0.2531.0 (Intel X86) Mar 29 2009 10:27:29 Copyright (c) 1988-2008(3) 80= SQL Server 2000 90= SQL Server 2005 100 阅读全文
摘要:
1. 学习一个框架就要尽量按照它的各种规则(命名规则等)来命名,写代码 比如 下列Entity层内的代码"StudentInfo"编写应与数据库内的表名严格对应 不然就会报错 [Table("StudentInfo",SorMappingType.ByAttributes)] [Serializable] public class StudentInfo:BaseEntry { }(我之前就是数据库内用Student,而Entity内代码用StudentInfo而导致报“实体StudentInfo不存在”的错误。因为在Entity下写有StudentIn 阅读全文