Click or drag to resize

CommonDatabaseFunctionsAddressExists Method

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

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
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