数据库 CRUD方式 VS SQL ---; Linq ---; ---; ---; ---; ---; ORM ---;SQL

Posted 2eggs 双皇蛋

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了数据库 CRUD方式 VS SQL ---; Linq ---; ---; ---; ---; ---; ORM ---;SQL相关的知识,希望对你有一定的参考价值。

数据库操作方式 

  普通sql  省略

  

  Linq 查询 数据库  

     VS 中建立数据库连接

 

1>C:\\App\\Source\\Github_Code\\0038_dy\\dyDebugToolForAll\\SuperDebug\\Units\\NetUDPServer.cs(214,44,214,46): warning CS0168: The variable \'ex\' is declared but never used

1>C:\\App\\Source\\Github_Code\\0038_dy\\dyDebugToolForAll\\SuperDebug\\Units\\NetTCPServer.cs(139,44,139,46): warning CS0168: The variable \'ex\' is declared but never used

1>C:\\App\\Source\\Github_Code\\0038_dy\\dyDebugToolForAll\\SuperDebug\\PartPanel\\SqlPanel.cs(183,43,183,66): error CS1936: Could not find an implementation of the query pattern for source type \'Table<TB_OI>\'.  \'Select\' not found.

1>C:\\App\\Source\\Github_Code\\0038_dy\\dyDebugToolForAll\\SuperDebug\\Units\\DataSend.cs(30,13,30,27): warning CS0414: The field \'DataSend.m_NowSendTimes\' is assigned but its value is never used

========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

出现以上错误 增加  /using System.Linq;  引用 解决

 

 

  ORM  EF   and other ………… 完善中

 

以上是关于数据库 CRUD方式 VS SQL ---; Linq ---; ---; ---; ---; ---; ORM ---;SQL的主要内容,如果未能解决你的问题,请参考以下文章

EF的CRUD

Mybatis的CRUD操作

3.CRUD(增删改查)

Mybatis 学习笔记—— 基础方式的CRUD

Tokumx vs Mongodb

什么?mybatis-plus的多表查询,你还在写sql语句?!CRUD2多表联查的三种方式