IEntityServiceTGet Method (Guid, EntityGetOptions) |
Gets an entity by its ID and revision number.
Namespace:
Dundas.BI.Entities
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax T Get(
Guid id,
EntityGetOptions options
)
Function Get (
id As Guid,
options As EntityGetOptions
) As T
T Get(
Guid id,
EntityGetOptions^ options
)
abstract Get :
id : Guid *
options : EntityGetOptions -> 'T
Parameters
- id
- Type: SystemGuid
The ID of the entity to get. - options
- Type: Dundas.BI.EntitiesEntityGetOptions
The entity get options.
Return Value
Type:
TThe entity with the specified ID.
Exceptions See Also