PolymorphicColumnsRelationships
Lists polymorphic columns relationships in the specified table name.
Columns
| Name | Type | Description |
| TableName | String | The name of the table to retrieve relationship information from. |
| ColumnName | String | The name of the polymorphic field. |
| SalesforceType | String | The salesforce type of the polymorphic field. |
| PrimaryKeyName | String | The name of the primary key. |
| RelationshipName | String | The salesforce name of the relationship. |
| ReferencedTableName | String | The name of the object the polymorphic fields relates to. |
| ReferencedColumnName | String | The name of the column the polymorphic fields relates to. |
| ForeignKeyName | String | The name of the foreign key. |