Sign in
Zlatko Michailov on Entity SQL
The ultimate Entity SQL blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Dictionary
Entity Framework
Entity SQL
EntityClient
eSqlBlast
LINQ to Entities
Live Appearance
SQL Server
Tips
Archive
Archives
September 2008
(1)
May 2008
(2)
March 2008
(2)
January 2008
(1)
December 2007
(10)
November 2007
(6)
October 2007
(4)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Zlatko Michailov on Entity SQL
Live Appearance: Nov 27, 2007 in Vancouver, BC
Posted
over 6 years ago
by
Zlatko Michailov - MSFT
0
Comments
On Nov 27, 2007 I'll speak about Query Options for Entity Framework at DevTeach in Vancouver, BC. Following is a preliminary outline of the talk: An overview of the Query Pipeline and the processes that take place there. Shapes of results that...
Zlatko Michailov on Entity SQL
Query Complexity Factors
Posted
over 6 years ago
by
Zlatko Michailov - MSFT
1
Comments
A query issued through Entity Framework undergoes three main transformations: 1. Compilation 2. Query view expansion 3. Native SQL generation 1. Compilation Compilation is the process of producing a Command Tree. 1.1. Entity SQL 1...
Zlatko Michailov on Entity SQL
Entity SQL - Quick Reference
Posted
over 6 years ago
by
Zlatko Michailov - MSFT
1
Comments
Literals “abc” Value abc ‘abc’ Value abc 1 Value 1 {2} Value 2 {3, 4, 5} ...
Zlatko Michailov on Entity SQL
Entity SQL
Posted
over 6 years ago
by
Zlatko Michailov - MSFT
1
Comments
ADO.NET’s Entity Client comes with a client-side query engine that provides a consistent entity-level platform over different store providers. The input to that query engine is an entity-level query written in a language naturally called Entity SQL ....
Page 1 of 1 (4 items)