This should work: var bookIds = new long[] { 2194 }; var hkm = _context.Books .Include(b => b.Writer) .Where(b => bookIds.Any(x => x == b.
確定! 回上一頁