资讯

For ExecuteUpdate, whenever we encounter a SQL operation that isn't natively supported by the database's UPDATE statement, we transform into a PK subquery. When that happens, we need the primary key ...
In other words, the member access for Int gets "pushed down" to before the ElementAt() call, and transformed to a Select(). For some context, see #30386 (comment). Trouble is, this makes the tree ...