evaluateBoolean

open fun evaluateBoolean(value: DataValue?, context: StructureBase?): BooleanValue?

Evaluate a boolean-typed query expression value in the provided context.

Return

(nullable) Evaluated value, as type string.

Parameters

value

(nullable) Query expression to be evaluated.

context

(nullable) Structure ({@link com.sap.cloud.mobile.kotlin.odata.ComplexValue} or {@link com.sap.cloud.mobile.kotlin.odata.EntityValue}) providing the evaluation context.