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 |
---|
|
Public Function ParentAction( |
...
_
ByVal ActionType As Variant _
) As Variant |
Parameters
Example
Dim MyRelationship As Relationship
anchor
wp1024638 | wp1024638 | Dim strActionType As String
Anchor |
---|
wp1024639 | wp1024639 Anchor |
---|
wp1024640 | wp1024640 | MyRelationship.ParentAction (strActionType)