CommonDatabaseFunctionsGetAddressCount Method
Determines the number of address entities 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 int GetAddressCount(
Uri oDataUri,
string addressKey
)
Public Shared Function GetAddressCount (
oDataUri As Uri,
addressKey As String
) As Integer
public:
static int GetAddressCount(
Uri^ oDataUri,
String^ addressKey
)
static member GetAddressCount :
oDataUri : Uri *
addressKey : string -> int
- oDataUri Uri
- The endpoint of the OData Service.
- addressKey String
- The key to identify the address entity.
Int32True, if the address exists; otherwise false.