IViewServiceGet(Guid, EntityGetOptions) Method |
Gets an entity by its ID and revision number.
Namespace: Dundas.BI.Entities.ViewsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxView Get(
Guid id,
EntityGetOptions options
)
Function Get (
id As Guid,
options As EntityGetOptions
) As View
View^ Get(
Guid id,
EntityGetOptions^ options
)
abstract Get :
id : Guid *
options : EntityGetOptions -> View Parameters
- id Guid
- The ID of the entity to get.
- options EntityGetOptions
- The entity get options.
Return Value
ViewThe entity with the specified ID.
Implements
IEntityServiceTGet(Guid, EntityGetOptions)
Exceptions
See Also