CommonDatabaseFunctionsAddressExists Method
Determines if an address entities exists for the provided address key.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
public static bool AddressExists(
Uri oDataUri,
string addressKey
)
Public Shared Function AddressExists (
oDataUri As Uri,
addressKey As String
) As Boolean
public:
static bool AddressExists(
Uri^ oDataUri,
String^ addressKey
)
static member AddressExists :
oDataUri : Uri *
addressKey : string -> bool
- oDataUri Uri
- The endpoint of the OData Service.
- addressKey String
- The key to identify the address entity.
BooleanTrue, if the address exists; otherwise false.