Show / Hide Table of Contents

    Class RetrieveAllOptions

    Inheritance
    System.Object
    RetrieveAllOptions
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Hsl.Xrm.Sdk
    Assembly: Hsl.Xrm.Sdk.Core.dll
    Syntax
    public class RetrieveAllOptions

    Constructors

    RetrieveAllOptions()

    Declaration
    public RetrieveAllOptions()

    RetrieveAllOptions(Boolean, Int32, Int32)

    Declaration
    public RetrieveAllOptions(bool errorAtMaxResults, int maxResults, int pageSize = 0)
    Parameters
    Type Name Description
    System.Boolean errorAtMaxResults
    System.Int32 maxResults
    System.Int32 pageSize

    Fields

    DefaultMaxResults

    Declaration
    public const int DefaultMaxResults = 2147483647
    Field Value
    Type Description
    System.Int32

    Properties

    ErrorAtMaxResults

    Determines whether an error is thrown when max results is reached

    Declaration
    public bool ErrorAtMaxResults { get; set; }
    Property Value
    Type Description
    System.Boolean

    MaxResults

    The maximum number of results to return.

    Declaration
    public int MaxResults { get; set; }
    Property Value
    Type Description
    System.Int32

    PageSize

    Number of results per request batch from the server.

    Declaration
    public int PageSize { get; set; }
    Property Value
    Type Description
    System.Int32
    Back to top Hsl.Xrm.Sdk