Skip to content

ServiceNow.Core

SNow.Core.Table

Table.Select(string[]) Method

List of properties to return,
impacts the size of the response

csharp
public SNow.Core.ITable Select(string[] fields);

Parameters

fields System.String[]

Returns

ITable

Implements Select(string[])

Released under the MIT License.