GetByKey Method (AttrSet)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves the specified attribute set record from the Attr_Set table.
Parameters
- rowId
- Required. Holds the row ID of the attribute set that identifies the record to be retrieved.
Return Value
Returns a DataSet that contains the DataRow of the specified attribute set in the Attr_Set table. If no matching record for the specified attribute set is found, an empty DataSet is returned.