文章分类 -  经典收藏

摘要:前一阵子在一个项目中用到了这个技巧,这是网上搜来的,感觉很不错 { //使用DataGridTableStyle 显示DataGrid. DataGridTableStyle tableStyle = new DataGridTableStyle(); tableStyle.MappingName = "customers"; in... 阅读全文
posted @ 2006-06-01 15:23 fullstar 阅读(814) 评论(0) 推荐(0)
摘要:Transact SQL 常用语句以及函数 Transact SQL 语 句 功 能 ======================================================================== --数据操作 SELECT --从数据库表中检索数据行和列 INSERT --向数据库表添加新数据行 DELETE --从数据库表... 阅读全文
posted @ 2006-06-01 15:02 fullstar 阅读(156) 评论(0) 推荐(0)