GetByKey Method (Characteristic)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves the specified characteristic record from the characteristic table.
'Usage
Dim charId As Integer
Dim value As DataSet
value = Characteristic.GetByKey(charId)
Parameters
- charId
- Required. Holds an integer value to filter the dataset by characteristic identifier.
Return Value
Returns a DataSet that contains the DataRow of the specified characteristic from the characteristic table. If no matching record for the specified characteristic is found, an empty DataSet is returned.