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

Compare with Current View Page History

Version 1 Current »

Description

Returns the child 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 ChildAction( _
   ByVal [ActionType As Variant _
) As Variant

Parameters

ActionType

Example

Dim MyRelationship As Relationship
Dim strActionType As String
 
MyRelationship.ChildAction (strActionType)

See Also

Relationship Object

  • No labels