DeleteAll Method (SampleFreq)
- Last UpdatedMar 17, 2026
- 1 minute read
The DeleteAll() method removes one or more sample frequency records from the Sample_Freq table, as specified by the filter parameters. Passing no filter parameters will remove all sample freq records from the table.
'Declaration
Public Shared Sub DeleteAll( _
ByVal sessionId As Integer, _
ByVal freqId As Nullable(Of Integer) _
)
'Usage
Dim sessionId As Integer
Dim freqId As Nullable(Of Integer)
SampleFreq.DeleteAll(sessionId, freqId)
public static void DeleteAll(
int sessionId,
Nullable<int> freqId
)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- freqId
- Optional. Holds the ID of a sample plan frequency being deleted.