ITableForeignKey.AlterType

Syntax

AlterType: DbAlterType;

Description

The AlterType property determines the method of updating the key.

Comments

By default the property has the DbAlterType.None value.

Example

The property use is given in the example for ITable.ForeignKeys.

See also:

ITableForeignKey