| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| foreignTableName | String | The name of the foreign table. | ||
| foreignFieldName | String | The name of the column in the foreign table. | ||
| tableName | String | The name of the primary table. | ||
| fieldName | String | The name of the column in the primary table. | ||
| updateCascade | Boolean | Indicates whether the relationship should cascade update records. | ||
| deleteCascade | Boolean | Indicates whether the relationship should cascade delete records. | ||
| relationshipName | String | Optional | The name of the relationship to add. |
A Boolean value indicating success.