GetByKey(String,String,Int32) Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves the specified operation attribute record from the Oper_Attr table.
This overload of the method identifies the operation attribute by its ID.
Parameters
- processId
- Required. Holds the ID of the process that contains the operation whose attribute is being updated.
- operId
- Required. Holds the ID of operation whose attribute is being retrieved.
- attrId
- Required. Holds the ID of the attribute that is being retrieved.
Return Value
Returns a DataSet that contains the DataRow of the specified operation attribute in the Oper_Attr table. If no matching record for the specified operation attribute is found, an empty DataSet is returned.