Versions Compared

Key

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

Description

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

Syntax

...

Code Block
languagevb
Public Function ParentAction(

...

 _
   ByVal ActionType As Variant _
) As Variant

Parameters

  • ActionType

Example

Dim MyRelationship As Relationship
anchor

wp1024638wp1024638Dim strActionType As String
Anchorwp1024639wp1024639 
Anchor


wp1024640wp1024640MyRelationship.ParentAction (strActionType)


Info
titleSee Also