Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Returns the parent action of the given type. Valid action types are: INSERT, UPDATE, and DELETE. The return action names are: NONE, RESTRICT, CASCADE, SETNULL, and SETDEFAULT. PARAMETERS: ActionType (String). RETURN DATATYPE: String.

Syntax

Code Block
languagevb
Public Function ParentAction( _
   ByVal ActionType As Variant _
) As Variant

Parameters

  • ActionType

Example

Dim MyRelationship As Relationship

...