码迷,mamicode.com
首页 >  
搜索关键字:linq to ef    ( 21280个结果
第37月第29天 avplayer截屏
1. http://darktechlabs.com/2016/07/15/iOS-%E5%B0%8F%E5%9D%91%E8%AE%B0%E5%BD%95%EF%BC%9A%E5%A6%82%E4%BD%95%E7%BB%99-AVPlayer-%E6%88%AA%E5%9B%BE/ ...
分类:其他好文   时间:2019-10-29 15:35:28    阅读次数:109
Linq教程
2018年10月24日 周三 13:30 linq详细案例.rtf 2018年10月8日 周一 13:29 linq详细案例 LINQ to SQL语句(1)之Where 适用场景:实现过滤,查询等功能。 说明:与SQL命令中的Where作用相似,都是起到范围限定也就是过滤作用的,而判断条件就是它后 ...
分类:其他好文   时间:2019-10-29 15:30:41    阅读次数:76
查询当天时间
需要查询当天时间, DateTime time = Convert.ToDateTime(DateTime.Now.ToString("yy-MM-dd") ) //获取当前时间 list = list.where(d=>d.time == time) //然后使用linq进行查询 然后比较有意思的 ...
分类:其他好文   时间:2019-10-28 12:42:20    阅读次数:308
应用EF初始化Mysql数据库不能使用中文的处理方法
问题描述: 在应用ASP.NET EF Core时,采用了第三方的工具。在初始化Mysql数据时,中文不被支持,报错,改为英文就可以。 问题分析: 查看生产的数据库表,发现字符集是latin1,该字符集不支持中文,在里面直接修改内容为中文一样会报错。 解决方法: 修改My.ini(修改前需要先关闭m ...
分类:数据库   时间:2019-10-28 12:26:54    阅读次数:98
asp.net mvc5 DataBase First下model校验问题(MetadataType使用)
最近学习asp.net mvc5,使用 asp.net mvc5+EF6+AutoFac做个小Demo,其中是先设计的数据库表,就直接选择了EF的DataBase First(三种开发模式分别是code first,model first和database first) 新建了一个专门的mode项目 ...
分类:数据库   时间:2019-10-26 18:59:18    阅读次数:120
.NET 泛型集合数据写CSV文件
1.功能类 using System;using System.Collections.Generic;using System.ComponentModel;using System.IO;using System.Linq;using System.Reflection;using System ...
分类:Web程序   时间:2019-10-25 18:24:14    阅读次数:92
C# 网页图片采集
博客原文地址:https://www.cnblogs.com/qq260250932/p/5361043.html using System; using System.Collections.Generic; using System.Linq; using System.Text; using  ...
分类:Windows程序   时间:2019-10-25 13:43:17    阅读次数:114
库存管理系统
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u ...
分类:其他好文   时间:2019-10-24 23:23:19    阅读次数:136
EF获取当天的数据集合
主要是使用了: ...
分类:其他好文   时间:2019-10-23 13:56:25    阅读次数:130
EF中获取当前上下文的表名
EF在处理并发上并不是很好,很多时候我们需要手动写sql操作数据库。但是在基类中我们如何获取当前服务上下问操作的表呢? 使用正则是其中一种解决办法 其中sql= SELECT "Extent1"."uuid", "Extent1"."imageid", "Extent1"."description" ...
分类:其他好文   时间:2019-10-23 13:20:27    阅读次数:72
21280条   上一页 1 ... 78 79 80 81 82 ... 2128 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!