IDataConnectorServiceGet Method (Guid, Int64) |
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 (10.0.0.1002)
SyntaxDataConnector Get(
Guid id,
long revision
)
Function Get (
id As Guid,
revision As Long
) As DataConnector
DataConnector^ Get(
Guid id,
long long revision
)
abstract Get :
id : Guid *
revision : int64 -> DataConnector
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.
Return Value
Type:
DataConnectorThe entity with the specified ID.
Implements
IEntityServiceTGet(Guid, Int64)
Exceptions
See Also