GetByKey Method (EntAttr)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves the specified entity attribute record from the Ent_Attr table.
| Overload | Description |
|---|---|
| GetByKey(Int32,Int32) | 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. |
| GetByKey(String,String,String) | The GetByKey() method retrieves the specified entity attribute record from the Ent_Attr table. This overload of the method uses the entity name and attribute description to identify the entity and attribute. It also includes a site name filter parameter. |