using System;using System.Collections.Generic;using
System.ComponentModel;using System.Data;using System.Drawing;using
System.Linq;using System.Text;u...
分类:
数据库 时间:
2014-06-04 17:30:04
阅读次数:
214
using System;using System.Collections.Generic;using
System.ComponentModel;using System.Data;using System.Drawing;using
System.Linq;using System.Text;u...
分类:
数据库 时间:
2014-06-04 17:15:53
阅读次数:
287
1 using System; 2 using System.Collections.Generic;
3 using System.Linq; 4 using System.Text; 5 using
System.Runtime.InteropServices; 6 7 namespace .....
分类:
其他好文 时间:
2014-06-02 18:26:00
阅读次数:
185
2014-06-02 BaoXinjian一、总论1. 字段2. 记录3. 集合4. 游标5.
其他二、具体分析 1. 字段(1). 标准字段l_wip_entity_id NUMBER;(2). 基于表字段l_wip_entity_id
wip_entities.wip_entity_id%TYP...
分类:
数据库 时间:
2014-06-02 15:44:47
阅读次数:
355
2014-06-02 BaoXinjian1. 最简单例子(1).SQL 1 DECLARE 2 3
l_sql_text VARCHAR (1000); 4 5 TYPE c_type_wip_entity IS REF CURSOR; 6 7
c_wip_entit...
分类:
数据库 时间:
2014-06-02 14:52:28
阅读次数:
379
(一) 前言
EF使用非常简单,但是如果使用不当就会误入EF陷阱中。下面讲解了几种分页方式的对比,以及各种方式的缺陷。(二) 陷阱一 Expression>
和Func的区别 说明:System.Linq.Expressions...
分类:
其他好文 时间:
2014-06-02 11:44:53
阅读次数:
388
一:截图二:代码using System;using
System.Collections.Generic;using System.ComponentModel;using System.Data;using
System.Drawing;using System.Linq;using Syste...
分类:
其他好文 时间:
2014-06-02 10:11:09
阅读次数:
314
using System;using
System.Collections.Generic;using System.Linq;using System.Web;using
System.Web.UI;using System.Web.UI.WebControls;//http://msdn.mic...
分类:
Web程序 时间:
2014-06-02 09:33:11
阅读次数:
402
在昨天我学习了LinQ的一些基础知识和动手写了一些LinQ to
Object的例子的基础上,对于LinQ语法和基本的要点有了一定的了解。今天继续自己的学习,对于今天学习的LinQ to DataSet 和LinQ to
Entity做自己的一些总结,一方面加深自己的理解,另一方面也能掌握LinQ....
分类:
其他好文 时间:
2014-06-02 02:05:58
阅读次数:
300
上篇文章主要是对于三层有了一个表面的理解,下面针对...
分类:
其他好文 时间:
2014-06-01 17:23:50
阅读次数:
514