Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Comparism on two SQLs
Message
De
09/04/2012 09:58:56
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
LINQ
Titre:
Comparism on two SQLs
Versions des environnements
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01540656
Message ID:
01540656
Vues:
70
I need to know if those two SQLs are equal. Basically, the only different is the Select s in the second one.
                oClient = (From s
                 In oClientAPI.GetClientForSpecific()
                 Where s.ClientId = nClientID).FirstOrDefault()
                oClient = (From s
                 In oClient.GetClientForSpecific()
                 Where s.ClientId = nClientID
                 Select s).FirstOrDefault()
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform