摘要: Code class IntroToLINQ { static void Main() { // The Three Parts of a LINQ Query: // 1. Data source. int[] numbers = new int[7] { 0, 1, 2, 3, 4, 5, 6 }; ... 阅读全文
posted @ 2008-11-28 15:42 paymob 阅读(223) 评论(0) 推荐(0) 编辑
摘要: Classification Company ProductMerger User RequestBatch ProductMergerDetail Country Product ProductAttachment ProductAttachmentType Currency AttachmentsInProduct ProductLog District Unit Article Articl... 阅读全文
posted @ 2008-11-28 14:44 paymob 阅读(258) 评论(0) 推荐(0) 编辑
摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 2 3namespace LinqConsoleApp 4{ 5 [Table(Name = "Customers")] 6 public class Custome... 阅读全文
posted @ 2008-11-28 14:09 paymob 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 使用sqlmetal.exe命令行工具进行生成 sqlmetal/server:./database:hscode/user:sa/password:local/dbml:hscode.dbml SqlMetal功能实际涉及2个步骤: 1.将数据库的元数据提取到一个.dbml文件中 2.生成一个代码输出文件,通过使用适当的命令行选项,可以生成 Visual Basic 或 C# 源代码,也可以生... 阅读全文
posted @ 2008-11-28 11:05 paymob 阅读(477) 评论(0) 推荐(0) 编辑