IODataQueryOptionsParser.ParseAsync(Stream) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads and parses the content of a Stream into a query options part of an OData URL.
public System.Threading.Tasks.Task<string> ParseAsync (System.IO.Stream requestStream);
abstract member ParseAsync : System.IO.Stream -> System.Threading.Tasks.Task<string>
Public Function ParseAsync (requestStream As Stream) As Task(Of String)
Parameters
Returns
A string representing the query options part of an OData URL.