码迷,mamicode.com
首页 >  
搜索关键字:linq to entities    ( 7131个结果
实战基础技能(12)--------C#程序注销、重启、关机和锁定电脑
一:截图二:源代码using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using System.Windows.Controls;using Sy...
分类:其他好文   时间:2014-08-27 18:12:18    阅读次数:154
返回集合
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;using System.Data;using System.Reflection;usi...
分类:其他好文   时间:2014-08-27 16:02:28    阅读次数:231
SqlHelper杨
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Configuration; using System.Data.SqlClient; using System.Data; namespace HuaGongWeb { public sta...
分类:数据库   时间:2014-08-27 14:45:16    阅读次数:180
关于Button控件的CommandName属性用法的一个实例
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Web; 5 using System.Web.UI; 6 using System.Web.UI.WebCo...
分类:其他好文   时间:2014-08-27 14:26:57    阅读次数:199
HTML字符实体和转义字符串大全
HTML字符实体(Character Entities),转义字符串(Escape Sequence) 转义字符串的组成 转义字符串(Escape Sequence),即字符实体(Character Entity)分成三部分:第一部分是一个&符号,英文叫ampersand;第二部分是实体(Entity)名字或者是#加上实体(Entity)编号;第三部分是一个分号。 比如,要显示小...
分类:Web程序   时间:2014-08-27 11:01:59    阅读次数:256
MVC普通数据展示及,强类型数据展示
《1》 Model 添加了一个UserInfo类    UserInfo.csusing System; using System.Collections.Generic; using System.Linq; using System.Web; namespace MvcApplication1.Models { public class UserInfo { ...
分类:Web程序   时间:2014-08-27 10:56:17    阅读次数:241
winForm 程序开发界面参数传递
1.[csharp]view plaincopyusingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;u...
分类:Windows程序   时间:2014-08-26 19:15:06    阅读次数:208
WinForm导出文件
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Windows.Forms; 6 using System.Threading; ...
分类:Windows程序   时间:2014-08-26 13:05:06    阅读次数:334
操作Sql数据库帮助类
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data.SqlClient;using System.Data;namespace DateBase{ .....
分类:数据库   时间:2014-08-26 11:12:26    阅读次数:233
[转]C#Linq中的Union All/Union/Intersect和Top/Bottom和Paging和SqlMethods,skip,take,takewhile,skipwhile,编译查询等
本文转自:http://www.cnblogs.com/suizhikuo/p/3791799.html我们继续讲解LINQ to SQL语句,这篇我们来讨论Union All/Union/Intersect操作和Top/Bottom操作和Paging操作和SqlMethods操作 。Union A...
分类:数据库   时间:2014-08-26 09:40:05    阅读次数:310
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!