Description
Returns the parent action of the given type. The action types are 'INSERT', 'UPDATE' or 'DELETE'. The return action names are 'NONE', 'RESTRICT', 'CASCADE', 'SETNULL' or 'SETDEFAULT'. PARAMETERS: ActionType as String. RETURN DATATYPE: String.
Syntax
Visual Basic |
Public Function ParentAction( _ |
Parameters
ActionType
Example
Dim MyRelationship As Relationship
Dim strActionType As String
MyRelationship.ParentAction (strActionType)