CommonDatabaseFunctionsExecuteODataQueryForMultiple Method

Executes an OData query. The method expects that the result is an enumeration of 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 ExecuteODataQueryForMultiple(
	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
An enumeration of OData entities.

See Also