DRAG DROP
There is MS Visual Studio 2010 and MS .NET Framework 4 application PassGuideApp.
PassGuideApp connects to a MS SQL Server database PassGuideDB.
To obtain data from PassGuideDB ADO.NET LINQ to SQL model is used.
PassGuideApp includes Order and Order_details entities.
You are required to provide code which returns a list of the orders and a list of the order_details.
This code must run one single SQL statement.
Which code can you use?
Which code can you use?
DRAG DROP
There is MS Visual Studio 2010 and MS .NET Framework 4 application PassGuideApp.
PassGuideApp connects to a MS SQL Server database PassGuideDB.
To obtain data from PassGuideDB ADO.NET LINQ to SQL model is used.
PassGuideApp includes Order and Order_details entities.
You are required to provide code which returns a list of the orders and a list of the
order_details.
This code must run one single SQL statement.
Which code can you use?
This is a duplicate of question #56, except this one has the answers in Visual Basic, while #56 had C# answers.
See this to see that the specified answer is correct:
http://msdn.microsoft.com/en-us/library/bb386920%28v=vs.110%29.aspx
Here’s the link to duplicate Question#56 (using tinyurl, because this site does not allow linking to another page on the same site for some reason):
http://tinyurl.com/Question56
Since the question order changed, it is now a duplicate of Question #21