You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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

Public Function ParentAction( _
   ByVal ActionType As Variant _
) As Variant

Parameters

  • ActionType

Example

Dim MyRelationship As Relationship

Dim strActionType As String


MyRelationship.ParentAction (strActionType)


  • No labels