Although not considered a standard query operator — because it doesn’t operate on the data but
rather points to the data — the From clause (from in C#) is an important element in a LINQ query,
because it defi nes the collection or data source that the query must act upon. In the previous example,
the From clause indicates that the query must be executed against the Reviews collection that is
exposed by the myEntities object in EF.