Skip to content

ServiceNow.Core

SNow.Core.Table

Table.Limit(int) Method

The maximum number of results returned per page (default: 10,000)

csharp
public SNow.Core.ITable Limit(int limit);

Parameters

limit System.Int32

Returns

ITable

Implements Limit(int)

Released under the MIT License.