Viewing 3 posts - 1 through 4 (of 4 total)
I'm just curious. I'm just getting started with EF. Should this code:
[font="Courier New"][font="Courier New"]SELECT
[Extent1].[State] AS [State],
[Extent1].[Name] AS [Name],
[Extent1].[Name] AS [Address],
[Extent1].[Name]...
May 17, 2016 at 11:36 am
Sorry, but I have to ask - in the following sentence ---
I think that both the stick-in-the-mudes and fanboys have failed
That should be "muds" and not "mudes,"...
August 27, 2015 at 5:16 am
Thanks for this article. There's a lot to consider here.
In the CROSS JOIN section, the query
[font="Courier New"]SELECT S.name, J.name
FROM dbo.Student S
CROSS
JOIN dbo.Subject...
April 19, 2010 at 6:19 am
Viewing 3 posts - 1 through 4 (of 4 total)