IODataQueryOptionsParser Interface

Definition

Exposes the ability to read and parse the content of a Stream into a query options part of an OData URL. Query options may be passed in the request body to a resource path ending in /$query.

public interface IODataQueryOptionsParser
type IODataQueryOptionsParser = interface
Public Interface IODataQueryOptionsParser
Derived

Methods

CanParse(HttpRequest)
CanParse(HttpRequestMessage)

Determines whether this IODataQueryOptionsParser can parse the http request.

ParseAsync(Stream)

Reads and parses the content of a Stream into a query options part of an OData URL.

Applies to