GetByKey Method (QmSpec)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves the specified specification record from the Qm_Spec table.
Parameters
- qmSpecId
- Required. Holds an integer value to filter the dataset by specification identifier.
Return Value
Returns a DataSet that contains the DataRow of the specified specification from the Qm_Spec table. If no matching record for the specified specification is found, an empty DataSet is returned.