CommonDatabaseFunctionsGetAddressAlive Method

Scanjour Workflow4 Reference Manual
Gets the address for alive person value based on an addresskey.

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static Address GetAddressAlive(
	Uri oDataUri,
	string addressKey
)

Parameters

oDataUri
Type: SystemUri
The OData Service endpoint.
addressKey
Type: SystemString
Key to the address entity.

Return Value

Type: Address
The Address Alive value determining whether an address is still active
See Also

Reference