C#: Azure.Data.Tables shows that I can use CreateQueryFilter, but it is not being recognized by VS2022 intellisense

85 Views Asked by At

I can successfully create a Azure.Data.Tables.TableClient. I am using Azure.Data.Tables version 12.8.0, and the documentation clearly states the method CreateQueryFilter is available to me. However, I am not able to use it in my code (.Net 7). My tableClient object operates fine as I can QueryAsync, etc. I also viewed the TableClient definition via source link, and I see the method present.

Any clue why this will not appear for me?

0

There are 0 best solutions below