CommonDatabaseFunctionsGetAddressCount Method

Scanjour Workflow4 Reference Manual
Determines the number of address entities for the provided address key.

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 int GetAddressCount(
	Uri oDataUri,
	string addressKey
)

Parameters

oDataUri
Type: SystemUri
The endpoint of the OData Service.
addressKey
Type: SystemString
The key to identify the address entity.

Return Value

Type: Int32
True, if the address exists; otherwise false.
See Also

Reference