GetByKey(Int32,Int32) Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves the specified entity attribute record from the Ent_Attr table.
This overload of the method uses the entity ID and attribute ID to identify the entity and attribute.
Parameters
- entId
- Required. Holds the ID of the entity for which an attribute is being retrieved.
- attrId
- Required. Holds the ID of the attribute to be retrieved.
Return Value
Returns a DataSet that contains the DataRow of the specified entity attribute in the Ent_Attr table. If no matching record for the specified entity attribute is found, an empty DataSet is returned.