BrianCooksey
BrianCooksey

Reputation: 1543

List of .Net Framework methods mapped to SQL syntax by the Linq to Entities provider?

Where can I find a list of methods that Linq to Entities recognizes and converts to propert SQL when processing expressions?

An example of this would be (in .Net 4) the String.Contains method which gets converted to LIKE.

Upvotes: 2

Views: 152

Answers (1)

Related Questions