parseFunctionImportResult(String, IODataFunctionImport, IODataSchema) method

Parser a non error result of the execution of a Function Import OData document The result will be converted to a list of OData Entry documents If the result was a simple type it can accessed due the result entries as if it were a property,.

Syntax

public List< IODataEntry > parseFunctionImportResult ( String document , IODataFunctionImport functionImport , IODataSchema schema ) throws ParserException, IllegalArgumentException

Parameters

Returns

List of OData Entry containing the result values

Exceptions