CommonDatabaseFunctionsExecuteODataQuery Method

Scanjour Workflow4 Reference Manual
Executes an OData query. The method expects that the result contains zero or one entities.

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 Object ExecuteODataQuery(
	ODataService ctx,
	string registerName,
	Uri query
)

Parameters

ctx
Type: ODataService
To provide OData access to the WorkZone database.
registerName
Type: SystemString
The register from which the query takes offset.
query
Type: SystemUri
The query

Return Value

Type: Object
The one OData entity or null.
See Also

Reference