Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics CRM 2015
Gets a list of accounts based on the search parameters.
Namespace:   Microsoft.Xrm.Tooling.Connector
Assembly:  Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)
Syntax
public Dictionary<string, Dictionary<string, object>> GetEntityDataBySearchParams(
    string entityName,
    Dictionary<string, string> searchParameters,
    CrmServiceClient.LogicalSearchOperator searchOperator,
    List<string> fieldList,
    Guid batchId = null
)
public:
Dictionary<String^, Dictionary<String^, Object^>^>^ GetEntityDataBySearchParams(
    String^ entityName,
    Dictionary<String^, String^>^ searchParameters,
    CrmServiceClient::LogicalSearchOperator searchOperator,
    List<String^>^ fieldList,
    Guid batchId = null
)
member GetEntityDataBySearchParams : 
        entityName:string *
        searchParameters:Dictionary<string, string> *
        searchOperator:CrmServiceClient.LogicalSearchOperator *
        fieldList:List<string> *
        batchId:Guid = null -> Dictionary<string, Dictionary<string, Object>>
Public Function GetEntityDataBySearchParams (
    entityName As String,
    searchParameters As Dictionary(Of String, String),
    searchOperator As CrmServiceClient.LogicalSearchOperator,
    fieldList As List(Of String),
    batchId As Guid
) As Dictionary(Of String, Dictionary(Of String, Object))
Parameters
- entityName 
 Type: System.String- CRM Entity Type Name to search 
- searchParameters 
 Type: System.Collections.Generic.Dictionary<String, String>- Array of Search Parameters 
- fieldList 
 Type: System.Collections.Generic.List<String>- List of fields to retrieve, Null indicates all Fields 
- searchOperator 
 Type: Microsoft.Xrm.Tooling.Connector.CrmServiceClient.LogicalSearchOperator- Logical Search Operator 
- batchId 
 Type: System.Guid- Optional: if set to a valid GUID, generated by the Create Batch Request Method, will assigned the request to the batch for later execution, on fail, runs the request immediately 
Return Value
Type: System.Collections.Generic.Dictionary<String, Dictionary<String, Object>>
List of matching Entity Types.
See Also
GetEntityDataBySearchParams Overload
CrmServiceClient Class
Microsoft.Xrm.Tooling.Connector Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright