You create a LINQ query as follows. Which of the statements is correct? var query = (from acct in context.Accounts where acct.AccountAlias == "Primary" select Acct).FirstOrDefault();