| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| foreignTableName | String | The name of the foreign table. | ||
| foreignFieldName | String | The name of the foreign table column. | ||
| tableName | String | The name of the primary table. | ||
| fieldName | String | The name of the primary table column. | ||
| updateCascade | Boolean | Indicates whether this relationship should cascade update. | ||
| deleteCascade | Boolean | Indicates whether this relationship should cascade delete. | ||
| relationshipName | String | The name for the new relationship. |
A String value.