Table of Contents

Class RetrieveAllOptions

Namespace
Hsl.Xrm.Sdk
Assembly
Hsl.Xrm.Sdk.Core.dll
public class RetrieveAllOptions
Inheritance
RetrieveAllOptions
Inherited Members

Constructors

RetrieveAllOptions()

public RetrieveAllOptions()

RetrieveAllOptions(bool, int, int)

public RetrieveAllOptions(bool errorAtMaxResults, int maxResults, int pageSize = 0)

Parameters

errorAtMaxResults bool
maxResults int
pageSize int

Fields

DefaultMaxResults

public const int DefaultMaxResults = 2147483647

Field Value

int

Properties

ErrorAtMaxResults

Determines whether an error is thrown when max results is reached

public bool ErrorAtMaxResults { get; set; }

Property Value

bool

MaxResults

The maximum number of results to return.

public int MaxResults { get; set; }

Property Value

int

PageSize

Number of results per request batch from the server.

public int PageSize { get; set; }

Property Value

int