Share via


BulkDetectDuplicatesRequest.Query Property

 

Applies To: Dynamics CRM 2015

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

Namespace:   Microsoft.Crm.Sdk.Messages
Assembly:  Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)

Syntax

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

Property Value

Type: Microsoft.Xrm.Sdk.Query.QueryBase

Type: QueryExpression
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 and a column set. If the column set includes attributes where IsValidForRead is false or for which you do not have access, they are ignored. For more information about field security, see How field security can be used to control access to field values in Microsoft Dynamics CRM.

See Also

BulkDetectDuplicatesRequest Class
Microsoft.Crm.Sdk.Messages Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright