Hello all,
I am new to EDM. I was trying to figure out what does "it." stands for in Object Query. I search a bit, but was unlucky.
Example,
ObjectQuery<Department> departmentQuery = schoolContext.Departments.Include("Courses").OrderBy("it.Name");
Thanks in advance
View Complete Post