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.249-beta+56964f8aed6f3f2e54faec1539f7ce0ba6548fdf
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