Quantcast
Channel: Entity Framework
Viewing all articles
Browse latest Browse all 10318

Created Issue: View Splitting [905]

$
0
0
Using table splitting on SQL View generates
```
SELECT
[Extent1].[A] AS [A],
FROM (SELECT
[View].[A] AS [A],
[View].[B] AS [B],
FROM [dbo].[View] AS [View]) AS [Extent1]
```
instead of
```
SELECT
[Extent1].[A] AS [A],
FROM [dbo].[View] AS [Extent1]
```


Viewing all articles
Browse latest Browse all 10318

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>