CommonDatabaseFunctionsExecuteODataQuery Method

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

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public static Object ExecuteODataQuery(
	ODataService ctx,
	string registerName,
	Uri query
)

Parameters

ctx  ODataService
To provide OData access to the WorkZone database.
registerName  String
The register from which the query takes offset.
query  Uri
The query

Return Value

Object
The one OData entity or null.

See Also