Appearance
ServiceNow.Core 
SNow.Core.ITable 
ITable.WithQuery(string) Method 
The query must have only those operators 
 and, or, like, =, !=, startsWith, endsWith 
 see SN Rest Operators
csharp
SNow.Core.ITable WithQuery(string query);Parameters 
query System.String
 String that has access to the table model 
 ex.: x => $"Name like Something and Age = 10"