Delete Method (EntLink)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified entity link from the Ent_Link table.
'Declaration
Public Shared Sub Delete( _
ByVal sessionId As Integer, _
ByVal parentEntId As Integer, _
ByVal childEntId As Integer _
)
public static void Delete(
int sessionId,
int parentEntId,
int childEntId
)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- parentEntId
- Required. Holds the ID of the parent entity.
- childEntId
- Required. Holds the ID of the child entity.