IEntityServiceTGet Method (Guid) |
Gets an entity by its ID.
Namespace:
Dundas.BI.Entities
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
SyntaxFunction Get (
id As Guid
) As T
abstract Get :
id : Guid -> 'T
Parameters
- id
- Type: SystemGuid
The ID of the entity to get.
Return Value
Type:
TThe entity with the specified ID.
Exceptions| Exception | Condition |
|---|
| ArgumentException | id is Empty. |
| ArgumentOutOfRangeException | revision is less than -1. |
| NotFoundException | The entity with the specified ID does not exist or is currently recycled. |
| NoPrivilegeException | Caller does not have the Read privilege on the specified entity. |
| InvalidSessionException | The caller context is not associated with a valid session. |
See Also