If I have a linq query that looks like this, how can I check to see if there were no results found by the query?
var LinqResult = from a in Db.Table
if(!LinqResult.Any()) //? { }