Create a DDL statement to add a relationship.

Syntax

ISDatabaseProviderBuilderUtilitiesBase.DdlAddRelationship(foreignTableName, foreignFieldName, tableName, fieldName, updateCascade, deleteCascade, relationshipName)

Parameters

NameTypeOptionalByRefDescription
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.

Return Value

String

A String value.

Member of:
ISDatabaseProviderBuilderUtilitiesBase
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0