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.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
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