码迷,mamicode.com
首页 >  
搜索关键字:linq to objects    ( 10076个结果
LINQ to Entities 不识别方法“Int32 Parse(System.String)”,因此该方法无法转换为存储表达式。解决
问题描述最近在用LINQ to Entities,看看下面的代码//获取分页数据 var admins = from aa in db.VAccountAdmins select aa; //处理过滤规则 if (null != filterRules) ...
分类:其他好文   时间:2014-05-12 16:40:23    阅读次数:306
treeView和递归的简单运用
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.IO;using System.Linq;usi...
分类:其他好文   时间:2014-05-05 23:22:07    阅读次数:290
LINQ获取树形分类的层数
数据库中的数据格式:字段数据类型idintdepartment_pidintdepartment_namenvarchar(20)CREATETABLE[dbo].[T_user_department]( [id] [int] IDENTITY(1,1)NOTNULL, [department_pi...
分类:其他好文   时间:2014-05-05 23:21:06    阅读次数:366
EasyUI ComboTree数据绑定树形分类显示
承接上篇博文【LINQ获取树形分类的层数】。在上文中,笔者只分享了层数,在这里我把完整的实现贴出来,欢迎批评指正。先附上效果图:首先是Tree公共类publicclassTree {publicintModuleID {get;set; }publicintParentID {get;set; }p...
分类:其他好文   时间:2014-05-05 23:06:02    阅读次数:433
wpf 9张图片的连连看
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; us...
分类:其他好文   时间:2014-05-04 09:30:21    阅读次数:360
MVC分页
using System.Collections.Generic;using System.Collections.Specialized;using System.Linq;using System.Web;using System.Text;using System.Web.Mvc;using ...
分类:Web程序   时间:2014-05-03 23:02:35    阅读次数:492
OracleL
DDL :Data Definition Language (DDL) statements are used to define the database structure or schema. Some examples:CREATE - to create objects in the da...
分类:数据库   时间:2014-05-03 22:21:22    阅读次数:410
【LeetCode】Sort Colors
LeetCode OJGiven an array withnobjects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the or...
分类:其他好文   时间:2014-05-02 17:37:37    阅读次数:468
Think in C++ notes, Ch2 & 3, Objects & Class
留待修改私货:啊这个标题逼格好高5.2 10:36 开始阅读
分类:编程语言   时间:2014-05-02 17:31:08    阅读次数:255
C#简单工厂模式(文件案例)
usingSystem; usingSystem.Collections.Generic; usingSystem.IO; usingSystem.Linq; usingSystem.Text; usingSystem.Threading.Tasks; namespace读文件案例 { classProgram { staticvoidMain(string[]args) { Console.WriteLine("请输入文件名"); stringfileName=Console.Read..
分类:其他好文   时间:2014-05-02 04:00:58    阅读次数:289
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!