CommonDatabaseFunctionsAddressExists Method

Determines if an address entities exists for the provided address key.

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public static bool AddressExists(
	Uri oDataUri,
	string addressKey
)

Parameters

oDataUri  Uri
The endpoint of the OData Service.
addressKey  String
The key to identify the address entity.

Return Value

Boolean
True, if the address exists; otherwise false.

See Also