Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Returning all the fields
Message
From
25/02/2012 13:13:56
 
 
To
25/02/2012 11:31:31
General information
Forum:
ASP.NET
Category:
LINQ
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01536260
Message ID:
01536555
Views:
32
>>Can you give an example. I'm assuming the question refers to 'Linq to Sql' which I've not used but I thought that a linq expression always required a Select (or maybe a GroupBy) clause ?
>
>Here is an example:
>
>
>                oUser = (From ClientReference
>                 In oClient.GetUsers()
>                 Where (ClientReference.Numero = 1)).FirstOrDefault()
>
Thanks - I was thinking of query syntax........
Previous
Reply
Map
View

Click here to load this message in the networking platform