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. |