Delete Method (QmSpecCharLink)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes a specification characteristic link record from the Qm_Spec_Char_Link table.
'Declaration
Public Shared Sub Delete( _
ByVal sessionId As Integer, _
ByVal qmSpecId As Integer, _
ByVal charId As Integer _
)
'Usage
Dim sessionId As Integer
Dim qmSpecId As Integer
Dim charId As Integer
QmSpecCharLink.Delete(sessionId, qmSpecId, charId)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- qmSpecId
- Required. Holds the ID of the specification for the link being deleted.
- charId
- Required. Holds the ID of the characteristic for the link being deleted.