GetAll Method (EntAttr)
- Last UpdatedMar 17, 2026
- 1 minute read
The GetAll() method retrieves one or more entity attribute records from the Ent_Attr table, as specified by the filter parameters. Passing no filter parameters will retrieve all entity attributes records from the table.
| Overload | Description |
|---|---|
| GetAll(Nullable<Int32>,Nullable<Int32>,String,String,Nullable<DateTime>) | The GetAll() method retrieves one or more entity attribute records from the Ent_Attr table, as specified by the filter parameters. Passing no filter parameters will retrieve all entity attributes records from the table. This overload of the method uses the entity ID and attribute ID to filter by entity and attribute. |
| GetAll(String,String,String,String,String,Nullable<DateTime>) | The GetAll() method retrieves one or more entity attribute records from the Ent_Attr table, as specified by the filter parameters. Passing no filter parameters will retrieve all entity attributes records from the table. This overload of the method uses the entity name and attribute description to filter by entity and attribute. It also includes a site name filter parameter. |