BulkDetectDuplicatesRequest.Query Property

Definition

Gets or sets the query criteria for detecting multiple duplicate records. Required.

public:
 property Microsoft::Xrm::Sdk::Query::QueryBase ^ Query { Microsoft::Xrm::Sdk::Query::QueryBase ^ get(); void set(Microsoft::Xrm::Sdk::Query::QueryBase ^ value); };
public Microsoft.Xrm.Sdk.Query.QueryBase Query { get; set; }
member this.Query : Microsoft.Xrm.Sdk.Query.QueryBase with get, set
Public Property Query As QueryBase

Property Value

The query criteria for detecting multiple duplicate records.

Remarks

The asynchronous system job detects duplicate records that match the query criteria.

Assign an instance of the FetchExpression, QueryExpression, or QueryByAttribute class. The query must specify entity names.

Applies to