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: 23.3.0.0 (23.3.0.0)
Syntax
public static Object ExecuteODataQueryForMultiple( 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: ObjectAn enumeration of OData entities.
See Also