What does the keyword βmeaningβ mean in this statement, and where will I go to find out more?
What happens if I leave the keyword "meaning"? In the code below, z is the entity infrastructure class.
string queryString = "SELECT VALUE q from x.zs as q where qa = @parm;" ObjectQuery<z> query = context.CreateQuery<z> (queryString, new ObjectParameter("parmname",parmvalue)); return query.First();
(This is part of the practical question for the exam).
The above code is in a function that returns a variable of type z.
linq linq-to-entities entity-framework
NealWalters Mar 13 '13 at 13:30 2013-03-13 13:30
source share