Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
实体框架管道是什么样的?什么被翻译成 SQL、表达式树或 ESQL,或两者兼而有之?ESQL 是实体框架提供者需要实现或翻译的东西,还是框架需要处理的东西?
Entity SQL 和 LINQ 表达式都被解析为一个通用的规范查询树,然后对其进行解析以生成提供程序特定的 SQL。
吉姆·伍利
www.ThinqLinq.com
您看过示例提供程序源代码吗?