I have some SQL that I'm looking to replicate in LINQ to Entities. It has a table with a DateTime column and GPS location at that time for another entity in the system. It CROSS JOINS this table to the output of a table valued function which generates a "time table" over a specific period. The code for this TVF looks something like:I have some SQL that I'm looking to replicate i