Does 'And' vs 'AndAlso' matter with linq in vb.net? -


Is that the case if you are using 'and' or 'endoslow' in the linq query in vb.net? I know in normal operation 'and also' is short circuit and therefore will be faster, but I do not know whether it is in linq questions Does it make any difference if linq query is against database or against memory storage?

Object queries from LINQ, it will definitely talk. For other LINQ providers, it depends on the provider at the level of expression tree, they are different but providers can translate it in the same way. For example, there is no similar assumption in SQL, so SQL from LINQ translates them into the same SQL.


Comments

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -