Contains not implemented
devavejay opened this issue · 1 comments
devavejay commented
from e in ErrorInfo
where e.StatusMessage.Contains("Timeout")
select e
This fails, the inner exception just says not implemented.
madd0 commented
I'm sorry I let this issue without response for so long. For future reference:
Not everything you can write in C# can be translated into an Azure query. As you can see in the article Querying Tables and Entities, only a few comparison operators listed under Supported Comparison Operators are supported and they do not include contains.