ITimeDimensionService.Get Method (Guid) |
Gets an entity by its ID and revision number.
Namespace:
Dundas.BI.Entities.TimeDimensions
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
SyntaxTimeDimension Get(
Guid id
)
Function Get (
id As Guid
) As TimeDimension
TimeDimension^ Get(
Guid id
)
abstract Get :
id : Guid -> TimeDimension
Parameters
- id
- Type: System.Guid
The ID of the entity to get.
Return Value
Type:
TimeDimensionThe entity with the specified ID.
Implements
IEntityService<T>.Get(Guid)
Exceptions
See Also