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.218-beta+101eee949414e414795e55a6e73d88938f0177b8
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