GetGroups Method (Spec)
- Last UpdatedMar 17, 2026
- 1 minute read
The GetGroups() method retrieves all distinct specification groups.
'Declaration
Public Shared Function GetGroups() As DataSet
public static DataSet GetGroups()
Return Value
Returns a DataSet that contains all the records in the Spec table that satisfy the specified filters. If no matching records are found, an empty DataSet is returned.
The columns of the returned DataSet are described below.
|
Column Name |
Description |
|---|---|
|
grp_id |
A string that is the ID of the specification group. |