Avoiding the 2100 parameter limit in LINQ to SQL

前端 未结 3 1452
别那么骄傲
别那么骄傲 2021-01-12 14:17

In a project I am currently working on, I need to access 2 databases in LINQ in the following manner:

  1. I get a list of all trip numbers between a specified d

3条回答
  •  北恋
    北恋 (楼主)
    2021-01-12 14:39

    You may split your query or use a temporary table in database2 filled with results from database1.

提交回复
热议问题