This is probably an easy/stupid question but is their a way to add an inner or outer join to a SQL query (with entity framework) based on data you receive?...Example...public bool method(int? typeId, int? categoryId){
var query = from o in _dbContext....