Skip to content

ServiceNow.Core

SNow.Core.ITable

ITable.Limit(int) Method

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

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

Parameters

limit System.Int32

Returns

ITable

Released under the MIT License.