Delete Method (SamplePlanFreqLink)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified sample plan frequency link record from the Sample_Plan_Freq_Link table.
'Declaration
Public Shared Sub Delete( _
ByVal sessionId As Integer, _
ByVal planId As Integer, _
ByVal freqId As Integer _
)
'Usage
Dim sessionId As Integer
Dim planId As Integer
Dim freqId As Integer
SamplePlanFreqLink.Delete(sessionId, planId, freqId)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- planId
- Required. Holds the ID of the sample plan for the link being deleted.
- freqId
- Required. Holds the ID of the sample plan frequency for the link being deleted.