To use the example that David gives, there is no need for LINQ attributes on the Customer class. It can be a standard class with nothing related to LINQ.
Only DB.Customers is based on LINQ to SQL.
Only DB.Customers is based on LINQ to SQL.