简体   繁体   中英

Compiled Queries and Sequence Parameters

I know I can't use something like int[] or list as a parameter to a compiled query, but I need to find someway get the performance benefits of a compiled query that accepts n number of integers as a parameter.

Has anyone found any work arounds or alternative solutions to this issue?

您是否尝试过使用固定大小的数组,即int [10]?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM