IViewServiceGet Method (Guid, Int64, EntityGetOptions) | 
 Gets an entity by its ID and revision number.
 
    Namespace: 
   Dundas.BI.Entities.Views
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxView Get(
	Guid id,
	long revision,
	EntityGetOptions options
)
Function Get ( 
	id As Guid,
	revision As Long,
	options As EntityGetOptions
) As View
View^ Get(
	Guid id, 
	long long revision, 
	EntityGetOptions^ options
)
abstract Get : 
        id : Guid * 
        revision : int64 * 
        options : EntityGetOptions -> View 
Parameters
- id
 - Type: SystemGuid
The ID of the entity to get. - revision
 - Type: SystemInt64
The revision of the entity to get. Specify -1 to get the latest revision. - options
 - Type: Dundas.BI.EntitiesEntityGetOptions
The entity get options. 
Return Value
Type: 
ViewThe entity with the specified ID.
Implements
IEntityServiceTGet(Guid, Int64, EntityGetOptions)
Exceptions
See Also