Click or drag to resize

CommonDatabaseFunctionsExecuteODataQueryForMultiple Method

Executes an OData query. The method expects that the result is an enumeration of entities.

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
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