GetByKey Method (JobStepChoice)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves the specified job step choice record from the Job_Step_Choice table.
'Usage
Dim rowId As Integer
Dim value As DataSet
value = JobStepChoice.GetByKey(rowId)
Parameters
- rowId
- Required. Holds the row ID of the job step choice record to be retrieved.
Return Value
Returns a DataSet that contains the DataRow of the specified job step choice in the Job_Step_Choice table. If no matching record for the specified job step choice is found, an empty DataSet is returned.