Click or drag to resize

ReferentialAction Enumeration

Specified the type of referential action on database object/Tables

Namespace: GSF.Data
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
[SerializableAttribute]
public enum ReferentialAction
Members
Member nameValueDescription
Cascade0 Action Type is cascade
SetNull1 Action Type is to set null
SetDefault2 Action Type is to set default
NoAction3 No Action
See Also