[Solved] LINQ ignoring where clause with method syntax [duplicate]
[ad_1] You need to say query = query.Where(x => x.STUDENT_LAST_NAME.StartsWith(“Lewis”)); instead of just query.Where(x => x.STUDENT_LAST_NAME.StartsWith(“Lewis”)); 2 [ad_2] solved LINQ ignoring where clause with method syntax [duplicate]