using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Configuration;using System.Data;using System.Data.SqlCli...
分类:
数据库 时间:
2014-06-18 14:01:42
阅读次数:
156
IRedisTypedClient IRedisTypedClient类相当于IRedicClient的强类型版,其方法与属性大多数与IRedisClient类似。 它支持在Redis中使用Linq查询的强大的类,它本身是一个泛型,IRedisClient的泛型方法As获得对象。 其方法原型如...
分类:
其他好文 时间:
2014-06-18 13:38:23
阅读次数:
326
LINQ是一种有效且高效的查询数据的方法。使用SPMetal你可以准备SharePoint列表来查询。下面讲解在SharePoint中使用LINQ。...
分类:
其他好文 时间:
2014-06-17 23:23:11
阅读次数:
215
HTML页面: .csusing System;using System.Collections.Generic;using System.Data;using System.Linq;usin...
分类:
其他好文 时间:
2014-06-17 20:44:56
阅读次数:
204
2014-06-14 BaoXinjian一、摘要何谓Entity Object User’s Guide中有比较形象的描述:针对表、视图、快照封装商业规则、可用于多种客户端(不仅限于OA Framework),并包含所有的针对这些数据库对象的验证及行为。EO在Module中的地位:从图上可看出,E...
分类:
其他好文 时间:
2014-06-17 20:44:20
阅读次数:
277
package entity;import java.util.Date;import com.mongodb.BasicDBList;import com.mongodb.DBObject;public class CommonEditEntity { /** 数据库中查询记录结果 */ pri....
分类:
数据库 时间:
2014-06-17 19:57:53
阅读次数:
295
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;namespace WebBuild_CRM.Common{ public class Excep...
分类:
其他好文 时间:
2014-06-17 19:57:12
阅读次数:
250
今天来写一点不一样的删除,修改,查询下面只写了几个方法 1 /// 2 /// 根据删除条件进行删除 3 /// 4 /// 5 public void remove(System.Linq.Expressions...
分类:
其他好文 时间:
2014-06-17 14:16:16
阅读次数:
153
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;using System.IO;namespace Demo{/// /// 有关...
分类:
其他好文 时间:
2014-06-17 13:50:08
阅读次数:
709
因为增删改查是我们常用到的方法,我们不可能每个数据模型都去完成增删改查,这样的办法太笨拙了。我们可以写个父类(包含增删改查),然后让所有的数据模型类继承该父类。那就要求我们的父类必须使用泛型来实现。 1 using System; 2 using System.Collections.Gener.....
分类:
其他好文 时间:
2014-06-17 13:47:00
阅读次数:
180