AddEntLink Method
- Last UpdatedNov 06, 2025
- 1 minute read
The AddEntLink() method adds a link record to define the specified parent entity as a parent of the specified child identity.
'Declaration
Public Shared Sub AddEntLink( _
ByVal parentEntId As Integer, _
ByVal childEntId As Integer _
)
public static void AddEntLink(
int parentEntId,
int childEntId
)
Parameters
- parentEntId
- Required. Holds the ID of the parent entity.
- childEntId
- Required. Holds the ID of the child entity.