getFunctionResult

See getFunctionResult(DataQuery, Int).

Return

(see linked method).

Parameters

call

Call parameter.


open fun getFunctionResult(call: DataQuery, index: Int): QueryResult

Return the {@link com.sap.cloud.mobile.kotlin.odata.QueryResult} for a function call.

Return

The {@link com.sap.cloud.mobile.kotlin.odata.QueryResult} for a function call.

Parameters

call

{@link com.sap.cloud.mobile.kotlin.odata.DataQuery} containing the function call.

index

From zero to size - 1. Index for the query. Omit if unknown, in which case the query will be located by a linear search.