Description
Returns the child 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 ChildAction( _ ByVal ActionType As Variant _ ) As Variant
Parameters
- ActionType
Example
Dim MyRelationship As Relationship
Dim strActionType As String
MyRelationship.ChildAction (strActionType)
See Also