-4
string[] companyIdsUnfiltered = companyIdsCsv.Split(',');
最多我上面的代碼和我的錯誤。
的代碼如下:
string[] companyIdsUnfiltered = companyIdsCsv.Split(',');
var query = (from c in ctx.Companies
join co in ctx.Countries on c.CountryId equals co.Id
where companyIdsUnfilteres.Contains(c.Id)
select c.Id).ToArray();
什麼是'companyIdsCsv'? (我無法看到屏幕截圖,因爲目標被阻止了)。 –
請將您的代碼的*文本*編輯到問題中,而不是最終看起來很小的圖像。然後複製錯誤消息的*文本*。這裏不需要圖像。 –
大圖片鏈接被破壞 –