Versions Compared

Key

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

Description

Returns the child 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 ChildAction(

...

 _
   ByVal ActionType As Variant _
) As Variant

Parameters

  • ActionType

Example

Dim MyRelationship As Relationship
anchor

wp1024576wp1024576Dim strActionType As String
Anchorwp1024577wp1024577 
Anchor


wp1024578wp1024578MyRelationship.ChildAction (strActionType)


Info
titleSee Also