Skip to content

ServiceNow.Core

SNow.Core.Table

Table.WithQuery(string) Method

The query must have only those operators
and, or, like, =, !=, startsWith, endsWith
see SN Rest Operators

csharp
public 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"

Returns

ITable

Implements WithQuery(string)

Released under the MIT License.