IODataQueryOptionsParser Interface
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.
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. |