Closed DeagleGross closed 1 year ago
If user-code calls Execute or ExecuteAsync passing potential IEnumerable<T> (or other collection), then interceptors generated implementation must use Batch<T> command, casting to the most specific type possible.
Execute
ExecuteAsync
IEnumerable<T>
Batch<T>
If user-code calls
Execute
orExecuteAsync
passing potentialIEnumerable<T>
(or other collection), then interceptors generated implementation must useBatch<T>
command, casting to the most specific type possible.