ODataQueryOptionsParserFactory Class
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.
Factory for IODataQueryOptionsParser classes to handle parsing of OData query options in the request body.
public static class ODataQueryOptionsParserFactory
type ODataQueryOptionsParserFactory = class
Public Class ODataQueryOptionsParserFactory
- Inheritance
-
ODataQueryOptionsParserFactory
Methods
Create() |
Creates a list of IODataQueryOptionsParsers to handle parsing of OData query options in the request body. |
GetQueryOptionsParser(HttpRequest) | |
GetQueryOptionsParser(HttpRequestMessage) |
Gets the parser capable of parsing the query options in the request body. |