白月季  

2010年7月21日

摘要: table_NO2.html内容:<html><head><meta http-equiv="Content-Type" content="text/html;charset=GB2312"/><title>Extjs</title><link rel="stylesheet" type="text/css" href="../re... 阅读全文
posted @ 2010-07-21 11:57 白月季 阅读(659) 评论(0) 推荐(0)

2010年6月3日

摘要: select描述:查询顾客的公司名、地址信息查询句法:var 构建匿名类型1 = from c in ctx.Customers select new { 公司名 = c.CompanyName, 地址 = c.Address };对应SQL:SELECT [t0].[CompanyName], [t0].[Address]FROM [dbo].[Customers] AS [t0] 描述:查询职... 阅读全文
posted @ 2010-06-03 16:29 白月季 阅读(93) 评论(0) 推荐(0)