Delete Method (SampleCharLink)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified sample_char_link record from the Sample_Char_Link table.
'Declaration
Public Shared Sub Delete( _
ByVal sessionId As Integer, _
ByVal sampleId As Integer, _
ByVal charId As Integer _
)
'Usage
Dim sessionId As Integer
Dim sampleId As Integer
Dim charId As Integer
SampleCharLink.Delete(sessionId, sampleId, charId)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- sampleId
- Required. Holds the Sample ID of the record being deleted.
- charId
- Required. Holds the Characteristic ID of the record being deleted.