GetEntProperties Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetEntProperties() method retrieves the configured properties for entities. This overload of the method retrieves the configured properties for all entities from the database. The caller must catch any exception if this call fails.
| Overload | Description |
|---|---|
| GetEntProperties() | The GetEntProperties() method retrieves the configured properties for entities. This overload of the method retrieves the configured properties for all entities from the database. The caller must catch any exception if this call fails. |
| GetEntProperties(Int64) | The GetEntProperties() method retrieves the configured properties for entities. This overload of the method retrieves the configured properties for the entity identified by its entity ID. The caller must catch any exception if this call fails. |
| GetEntProperties(String) | The GetEntProperties() method retrieves the configured properties for entities. This overload of the method retrieves the configured properties for the entity identified by its entity name. The caller must catch any exception if this call fails. |