Show / Hide Table of Contents

    Enum BulkRetrieveByIdsNotFoundHandling

    Determines what happens if a record with a given id is missing.

    Namespace: Hsl.Xrm.Sdk
    Assembly: Hsl.Xrm.Sdk.Core.dll
    Syntax
    public enum BulkRetrieveByIdsNotFoundHandling

    Fields

    Name Description
    ErrorAfterAllBatches

    Will error after all batches are complete.

    ErrorImmediately

    Will Error right away on the first batch that has a missing id.

    Ignore

    Ignore the error. The record won't be in the results.

    Extension Methods

    XrmExtensions.ToOptionSetValue<BulkRetrieveByIdsNotFoundHandling>()
    Back to top Hsl.Xrm.Sdk