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.250-beta+e1aac152bf9c38c67035c6d283461f222e39e02a
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