I usually use the term entity to represent a business data object and in my mind, the linq to entities and linq to objects were the sa
entity
linq to entities
linq to objects
Linq2Entities stands for querying data via the ADO.NET Entity Framework (Database)
Linq2Objects stands for querying in memory data (local objects).