Appearance
ServiceNow.Core
SNow.Core.Table<T>
Table<T>.Limit(int) Method
The maximum number of results returned per page (default: 10,000)
csharp
public SNow.Core.ITable<T> Limit(int limit);
Parameters
limit
System.Int32
Returns
Implements Limit(int)