SelectAssociationsAsync Method
Overloads
| SelectAssociationsAsync(SearchCombinationOptions, IEnumerable<String>, Int32, Boolean) | Selects all search hits for a specified group. The results depend on the search context. 
               | |
| SelectAssociationsAsync(AsyncHandle, SearchCombinationOptions, IEnumerable<String>, Int32, Boolean) | Selects all search hits for a specified group. The results depend on the search context. 
               | 
SelectAssociationsAsync(SearchCombinationOptions, IEnumerable<String>, Int32, Boolean)
Selects all search hits for a specified group.
The results depend on the search context.
      SearchCombinationOptions.
Declaration
      Task SelectAssociationsAsync([QixName("qOptions")] SearchCombinationOptions options, [QixName("qTerms")] IEnumerable<string> terms, [QixName("qMatchIx")] int matchIx, [QixName("qSoftLock")] bool softLock = false)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| SearchCombinationOptions | options | Information about the search fields and the search context. | 
| System.Collections.Generic.IEnumerable<System.String> | terms | List of terms to search for. | 
| System.Int32 | matchIx | Index (value of  | 
| System.Boolean | softLock | This parameter is deprecated and should not be set. | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task | 
SelectAssociationsAsync(AsyncHandle, SearchCombinationOptions, IEnumerable<String>, Int32, Boolean)
Selects all search hits for a specified group.
The results depend on the search context.
      SearchCombinationOptions.
Declaration
      Task SelectAssociationsAsync(AsyncHandle asyncHandle, [QixName("qOptions")] SearchCombinationOptions options, [QixName("qTerms")] IEnumerable<string> terms, [QixName("qMatchIx")] int matchIx, [QixName("qSoftLock")] bool softLock = false)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | Handle to asynchronous method request | 
| SearchCombinationOptions | options | Information about the search fields and the search context. | 
| System.Collections.Generic.IEnumerable<System.String> | terms | List of terms to search for. | 
| System.Int32 | matchIx | Index (value of  | 
| System.Boolean | softLock | This parameter is deprecated and should not be set. | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task |