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