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
)

Parameters

id
Type: SystemGuid
The ID of the entity to get.
options
Type: Dundas.BI.EntitiesEntityGetOptions
The entity get options.

Return Value

Type: T
The entity with the specified ID.
Exceptions
ExceptionCondition
ArgumentExceptionid is Empty.
ArgumentOutOfRangeExceptionrevision is less than -1.
NotFoundExceptionThe entity with the specified ID does not exist or is currently recycled.
FeatureNotEnabledExceptionA required feature of the application is not enabled.
NoPrivilegeExceptionCaller does not have the Read privilege on the specified entity.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also