Table of Contents

Enum SqlForeignKeyAction

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

The SQL foreign key action.

public enum SqlForeignKeyAction

Fields

Cascade = 2

The action is cascade deletion.

NoAction = 1

No action is taken.

SetDefault = 4

The action is set default.

SetNull = 3

The value will be set to null.

Unknown = 0

The action is unknown.