ODataQueryOptionsParserFactory.Create 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.
Creates a list of IODataQueryOptionsParsers to handle parsing of OData query options in the request body.
public static System.Collections.Generic.IList<Microsoft.AspNet.OData.Query.IODataQueryOptionsParser> Create ();
static member Create : unit -> System.Collections.Generic.IList<Microsoft.AspNet.OData.Query.IODataQueryOptionsParser>
Public Shared Function Create () As IList(Of IODataQueryOptionsParser)
Returns
A list of IODataQueryOptionsParsers to handle parsing of OData query options in the request body.