GetAssociationScores Method
Overloads
| GetAssociationScores(String, String) | Computes a set of association scores for each pair of fields between two given tables that have been loaded in an app. When a table contains some synthetic keys, all fields in the synthetic key tables are analyzed against fields in other tables. To denote that a field is a synthetic key, the field name is prefixed by  | 
GetAssociationScores(String, String)
Computes a set of association scores for each pair of fields between two given tables that have been loaded in an app.
When a table contains some synthetic keys, all fields in the synthetic key tables are analyzed against fields in other tables. To denote that a field is a synthetic key, the field name is prefixed by [Synthetic Key]: .
Declaration
      IEnumerable<AssociationScore> GetAssociationScores([QixName("qTable1")] string table1, [QixName("qTable2")] string table2)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | table1 | Name of the first table. | 
| System.String | table2 | Name of the second table. | 
Returns
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerable<AssociationScore> |