Show / Hide Table of Contents

    Class BulkRetrieveByIdsOptions

    Inheritance
    System.Object
    BulkRetrieveByIdsOptions
    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 BulkRetrieveByIdsOptions

    Properties

    BatchSize

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

    NotFoundHandling

    Declaration
    public BulkRetrieveByIdsNotFoundHandling NotFoundHandling { get; set; }
    Property Value
    Type Description
    BulkRetrieveByIdsNotFoundHandling
    Back to top Hsl.Xrm.Sdk