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 |
---|
|
Public Function ChildAction( |
...
_
ByVal ActionType As Variant _
) As Variant |
Parameters
Example
Dim MyRelationship As Relationship
anchor
wp1024576 | wp1024576 | Dim strActionType As String
Anchor |
---|
wp1024577 | wp1024577 Anchor |
---|
wp1024578 | wp1024578 | MyRelationship.ChildAction (strActionType)