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?